Class: Aws::Types::StatusReason
- Inherits:
-
Object
- Object
- Aws::Types::StatusReason
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
7789 7790 7791 |
# File 'sig/types.rbs', line 7789 def description @description end |
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
7788 7789 7790 |
# File 'sig/types.rbs', line 7788 def reason_code @reason_code end |