Class: Aws::MQ::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::MQ::Errors::NotFoundException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-mq/errors.rb', line 153
def error_attribute: () -> ::String
|
#message ⇒ String
158 |
# File 'lib/aws-sdk-mq/errors.rb', line 158
def message: () -> ::String
|
#resource_share_errors ⇒ String
163 |
# File 'lib/aws-sdk-mq/errors.rb', line 163
def resource_share_errors: () -> ::String
|