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_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
562 563 564 |
# File 'sig/types.rbs', line 562 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
563 564 565 |
# File 'sig/types.rbs', line 563 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
564 565 566 |
# File 'sig/types.rbs', line 564 def resource_type @resource_type end |