Describe the bug
i am using sdk for access-analyzer, 2.33.0
when i hit throttling, i see that i get AwsServiceException , instead of ThrottlingException.
in ThrottlingException there is a method (according to the docs) retryAfterSeconds() so I would like to use it - to know how much time to "sleep". but all i get is AwsServiceException, and when i call isThrottlingException() i get "true".
Regression Issue
Expected Behavior
i would expect the SDL to throw ThrottlingException.
Current Behavior
i see that the SDK throws AwsServiceException
Reproduction Steps
call the SDK many times till u hit throttling error.
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
2.33.0
JDK version used
"21.0.6" 2025-01-21 LTS
Operating System and version
MAC