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 ⇒ "CONTACT", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
189 190 191 |
# File 'sig/types.rbs', line 189 def @message end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
190 191 192 |
# File 'sig/types.rbs', line 190 def resource_id @resource_id end |
#resource_type ⇒ "CONTACT", ...
Returns the value of attribute resource_type.
191 192 193 |
# File 'sig/types.rbs', line 191 def resource_type @resource_type end |