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