Class: Aws::MQ::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MQ::Errors::NotFoundException
- Defined in:
- lib/aws-sdk-mq/errors.rb
Instance Method Summary collapse
- #error_attribute ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
128 129 130 |
# File 'lib/aws-sdk-mq/errors.rb', line 128 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
133 134 135 |
# File 'lib/aws-sdk-mq/errors.rb', line 133 def error_attribute @data[:error_attribute] end |
#message ⇒ String
138 139 140 |
# File 'lib/aws-sdk-mq/errors.rb', line 138 def @message || @data[:message] end |