ThrottlingException
The request rate is too high and exceeds the service's throughput limits.
This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.
HTTP Status Code returned: 400
Contents
- message
-
The request was denied due to request throttling. Reduce the frequency of requests and try again.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: