Reputation: 100113
boto3 waiters come from resources. When I import a snapshot, an 'import-' id comes back. That's not one of the stock resource types, so how can I wait on it?
Upvotes: 0
Views: 537
Reputation: 421
As of at least boto3 1.24.7 there is no waiter for importing a snaphot. There is an issue tracking the enhancement request to add such a feature to the SDK.
Upvotes: 1
Reputation: 1584
There is not currently a boto3 waiter for the import snapshot task.
Upvotes: 0