Comment 3 for bug 485692

Revision history for this message
Eric Hammond (esh) wrote :

This looks like a completely different bug since the error is "Attribute (progress) does not[...]" instead of "Attribute (description) does not[...]".

You may submit a new bug report, but my suspicion is that it is an issue in side of Net::Amazon::EC2 and not in ec2-consistent-snapshot.

In the Net/Amazon/EC2/Snapshot.pm on your system, try changing this line:

  has 'progress' => ( is => 'ro', isa => 'Str', required => 1 );

to this line:

  has 'progress' => ( is => 'ro', isa => 'Maybe[Str]', required => 0 );