jadeallenx / net-amazon-ec2

Perl interface to the Amazon Elastic Compute Cloud (EC2) environment.

Home Page:http://metacpan.org/release/Net-Amazon-EC2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The action DeleteSnapshot appears not to allow multiple snapshot ids per request

trantor opened this issue · comments

As reported in the object, calling the delete_snapshot method with an array reference assigned to SnapshotID results in a
$VAR1 = {
'RequestID' => 'e0e2d000-a7b8-46ce-9ff3-909f0af51e13',
'Errors' => [
{
'Error' => {
'Code' => 'InvalidParameterCombination',
'Message' => 'The parameter 'SnapshotId' may only be specified once.'
}
}
]
};
which I think is self-explanatory.
Or at least so it seems.

Thanks for the report

Hi. I just pushed 93fe26 which should fix this issue.