Skip to content

SQS  >  Errors  >  PurgeQueueInProgress

PurgeQueueInProgress

Error Class

PurgeQueueInProgress dataclass

Bases: ServiceError

Indicates that the specified queue previously received a PurgeQueue request within the last 60 seconds (the time it can take to delete the messages in the queue).

Attributes

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