Class: Aws::Types::ResourceNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceNotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ "RESPONSE_PLAN", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
623 624 625 |
# File 'sig/types.rbs', line 623 def @message end |
#resource_identifier ⇒ ::String
Returns the value of attribute resource_identifier.
624 625 626 |
# File 'sig/types.rbs', line 624 def resource_identifier @resource_identifier end |
#resource_type ⇒ "RESPONSE_PLAN", ...
Returns the value of attribute resource_type.
625 626 627 |
# File 'sig/types.rbs', line 625 def resource_type @resource_type end |