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
{{ message }}
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Thanks for the report. I'm able to confirm the issue. The root cause is that the waiter is expecting the exception to be "LoadBalancersNotFound" when in fact the returned exception is "LoadBalancersNotFoundException".
I see that other waiters are also relying on the same exception. Its unclear to me if "LoadBalancersNotFound" is ever returned from the service, but if I had to guess I'd say its probably incorrect as well.
I have created a ticket to the service team to update their C2J file to reflect this change P105020735.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workingelbv2service-apiThis issue pertains to the AWS API
Checkboxes for prior research
Describe the bug
The waiter,
waitUntilLoadBalancersDeleted
, returns a promise that never resolves.SDK version number
"@aws-sdk/client-elastic-load-balancing-v2": "^3.441.0"
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.9.0
Reproduction Steps
Observed Behavior
The promise from the waiter never resolves.
Expected Behavior
The promise should resolve immediately for non-existent load balancers.
Possible Solution
No response
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: