Class: Aws::SQS::Types::QueueNameExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::QueueNameExists
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sqs/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1630 1631 1632 1633 1634 |
# File 'lib/aws-sdk-sqs/types.rb', line 1630 class QueueNameExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |