Skip to content

SQS  >  Errors  >  QueueNameExists

QueueNameExists

Error Class

QueueNameExists dataclass

Bases: ServiceError

A queue with this name already exists. Amazon SQS returns this error only if the request includes attributes whose values differ from those of the existing queue.

Attributes

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