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
- #resource_share_errors ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
148 149 150 |
# File 'lib/aws-sdk-mq/errors.rb', line 148 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
153 154 155 |
# File 'lib/aws-sdk-mq/errors.rb', line 153 def error_attribute @data[:error_attribute] end |
#message ⇒ String
158 159 160 |
# File 'lib/aws-sdk-mq/errors.rb', line 158 def @message || @data[:message] end |
#resource_share_errors ⇒ String
163 164 165 |
# File 'lib/aws-sdk-mq/errors.rb', line 163 def resource_share_errors @data[:resource_share_errors] end |