Class RequestThrottledException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<RequestThrottledException.Builder,RequestThrottledException>

@Generated("software.amazon.awssdk:codegen") public final class RequestThrottledException extends SqsException implements ToCopyableBuilder<RequestThrottledException.Builder,RequestThrottledException>

The request was denied due to request throttling.

  • Exceeds the permitted request rate for the queue or for the recipient of the request.

  • Ensure that the request rate is within the Amazon SQS limits for sending messages. For more information, see Amazon SQS quotas in the Amazon SQS Developer Guide.

See Also: