ZF-10230: Exception thrown 'The parameter volumeId is not recognized'.
Description
An exception is thrown because of an incorrect parameter on Line 245 of class Zend_Service_Amazon_Ec2_Ebs (File: Ebs.php)
It currently has a small v as follows: $params['volumeId'] = $volumeId;
this throws an exception and when it's changed to VolumeId with a capital V it works: $params['VolumeId'] = $volumeId;
Comments
Posted by Chris van Vuuren (alienari) on 2010-07-26T09:03:41.000+0000
Apologies, in the latest version (1.10.6) this has already been fixed.
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2010-07-26T09:32:24.000+0000
Resolving per the comment above.