Class QueueNameExistsException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<QueueNameExistsException.Builder,QueueNameExistsException>

@Generated("software.amazon.awssdk:codegen") public final class QueueNameExistsException extends SqsException implements ToCopyableBuilder<QueueNameExistsException.Builder,QueueNameExistsException>

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.

See Also: