Class: Aws::SSMIncidents::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SSMIncidents::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ssmincidents/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #resource_identifier ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
109 110 111 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 109 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
114 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 114
def message: () -> ::String
|
#resource_identifier ⇒ String
119 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 119
def resource_identifier: () -> ::String
|
#resource_type ⇒ String
124 |
# File 'lib/aws-sdk-ssmincidents/errors.rb', line 124
def resource_type: () -> ::String
|