You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When waiting for an EBS volume to be deleted, the SDK is raising an exception when the volume is finally deleted:
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.
The text was updated successfully, but these errors were encountered: