Class: Aws::Evs::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::Evs::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-evs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
68 69 70 |
# File 'lib/aws-sdk-evs/errors.rb', line 68 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
73 |
# File 'lib/aws-sdk-evs/errors.rb', line 73
def message: () -> ::String
|
#resource_id ⇒ String
78 |
# File 'lib/aws-sdk-evs/errors.rb', line 78
def resource_id: () -> ::String
|
#resource_type ⇒ String
83 |
# File 'lib/aws-sdk-evs/errors.rb', line 83
def resource_type: () -> ::String
|