Class: Aws::Types::ResourceNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceNotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def resource_type @resource_type end |