Class: Aws::Types::ResourceNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceNotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_type ⇒ ::String
Returns the value of attribute error_type.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#error_type ⇒ ::String
Returns the value of attribute error_type.
206 207 208 |
# File 'sig/types.rbs', line 206 def error_type @error_type end |
#message ⇒ ::String
Returns the value of attribute message.
205 206 207 |
# File 'sig/types.rbs', line 205 def @message end |