Class: Aws::Types::ResourceNotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::ResourceNotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
506 507 508 |
# File 'sig/types.rbs', line 506 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
507 508 509 |
# File 'sig/types.rbs', line 507 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
505 506 507 |
# File 'sig/types.rbs', line 505 def type @type end |