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
From what I see in the different waiter pages, it states that An error is **returned** ... although when checking the python code (for example here) it seems that actually an error is raised, not returned.
Could you please emphasize this so that developers know what behavior to expect from the wait function?
I listed some examples below, but I think this is a generic thing that applies to all waiter pages.
Thanks for highlighting this. Per discussion with the team this is a reasonable wording change. I created the PR linked above (#4108) to update the wording.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
Describe the issue
Hi,
From what I see in the different waiter pages, it states that
An error is **returned** ...
although when checking the python code (for example here) it seems that actually an error is raised, not returned.Could you please emphasize this so that developers know what behavior to expect from the
wait
function?I listed some examples below, but I think this is a generic thing that applies to all waiter pages.
Links
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ecs/waiter/ServicesStable.html
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2/waiter/ImageExists.html
The text was updated successfully, but these errors were encountered: