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.
-
#referenced_by ⇒ ::Hash[::String, ::String]
Returns the value of attribute referenced_by.
-
#resource_type ⇒ "Application", ...
Returns the value of attribute resource_type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
54 55 56 |
# File 'sig/types.rbs', line 54 def end |
#referenced_by ⇒ ::Hash[::String, ::String]
Returns the value of attribute referenced_by.
56 57 58 |
# File 'sig/types.rbs', line 56 def referenced_by @referenced_by end |
#resource_type ⇒ "Application", ...
Returns the value of attribute resource_type.
55 56 57 |
# File 'sig/types.rbs', line 55 def resource_type @resource_type end |