Method: Aws::SQS::Types::QueueNameExists#message
- Defined in:
- lib/aws-sdk-sqs/types.rb
#message ⇒ String
1634 1635 1636 1637 1638 |
# File 'lib/aws-sdk-sqs/types.rb', line 1634 class QueueNameExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |