Skip to content

SQS  >  Errors  >  OverLimit

OverLimit

Error Class

OverLimit dataclass

Bases: ServiceError

The specified action violates a limit. For example, ReceiveMessage returns this error if the maximum number of in flight messages is reached and AddPermission returns this error if the maximum number of permissions for the queue is reached.

Attributes

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