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 ⇒ ::String
Returns the value of attribute resource.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def end |
#resource ⇒ ::String
Returns the value of attribute resource.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def resource @resource end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def resource_type @resource_type end |