Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in EC2 waiter :volume_deleted #789

Closed
ms-ati opened this issue Apr 22, 2015 · 1 comment
Closed

Error in EC2 waiter :volume_deleted #789

ms-ati opened this issue Apr 22, 2015 · 1 comment

Comments

@ms-ati
Copy link

ms-ati commented Apr 22, 2015

When waiting for an EBS volume to be deleted, the SDK is raising an exception when the volume is finally deleted:

aws-sdk-core-2.0.33/lib/aws-sdk-core/waiters/waiter.rb:111:in `block in poll': stopped waiting due to an unexpected error: The volume 'vol-c9981bd3' does not exist. (Aws::Waiters::Errors::UnexpectedError)

Since this is the expected outcome, this error should not be raised. Obviously this is not hard to work around, but equally it should be easy to fix in the SDK.

@trevorrowe
Copy link
Member

Thank you for reporting this issue. I'll try to take a look at this shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants