Skip to content

SQS  >  Errors  >  BatchRequestTooLong

BatchRequestTooLong

Error Class

BatchRequestTooLong dataclass

Bases: ServiceError

The length of all the messages put together is more than the limit.

Attributes

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