Class: Aws::Types::StatusDetails
- Inherits:
-
Object
- Object
- Aws::Types::StatusDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def @message end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def status_code @status_code end |