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_type_not_found ⇒ "CHANNEL_GROUP", ...
Returns the value of attribute resource_type_not_found.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
817 818 819 |
# File 'sig/types.rbs', line 817 def @message end |
#resource_type_not_found ⇒ "CHANNEL_GROUP", ...
Returns the value of attribute resource_type_not_found.
818 819 820 |
# File 'sig/types.rbs', line 818 def resource_type_not_found @resource_type_not_found end |