"LimitExceededException" does not appear in Java SDK but in .NET SDK #2843
-
We notice that in the .NET SDK, there is a "LimitExceededException" throttling error code which can be retried when throttling happens. However, in the corresponding file RetryUtils.java in the Java SDK, there is not "LimitExceededException": |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @rmt2021 , Thank you very much for your submission and for sharing your observation. Is there any issue you are experiencing caused by the AWS Java SDK approach or do you have any further questions? Best, Yasmine |
Beta Was this translation helpful? Give feedback.
Hello @rmt2021 ,
Thank you very much for your submission and for sharing your observation.
The AWS Java SDK has removed "LimitExceededException" throttling error code in v1.11.753 (see CHANGELOG-1.11.x.md )because many services don't treat it as a throttling exception.
Is there any issue you are experiencing caused by the AWS Java SDK approach or do you have any further questions?
Best,
Yasmine