Class: Aws::Types::NotFoundException
- Inherits:
-
Object
- Object
- Aws::Types::NotFoundException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "BadRequest", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#code ⇒ "BadRequest", ...
Returns the value of attribute code.
676 677 678 |
# File 'sig/types.rbs', line 676 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
677 678 679 |
# File 'sig/types.rbs', line 677 def @message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
678 679 680 |
# File 'sig/types.rbs', line 678 def request_id @request_id end |