Class: Aws::SQS::Errors::QueueNameExists
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SQS::Errors::QueueNameExists
- Defined in:
- lib/aws-sdk-sqs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueueNameExists
constructor
A new instance of QueueNameExists.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueueNameExists
Returns a new instance of QueueNameExists.
390 391 392 |
# File 'lib/aws-sdk-sqs/errors.rb', line 390 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
395 396 397 |
# File 'lib/aws-sdk-sqs/errors.rb', line 395 def @message || @data[:message] end |