Skip to content

SQS  >  Errors  >  RequestThrottled

RequestThrottled

Error Class

RequestThrottled dataclass

Bases: ServiceError

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.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'