Class: Aws::Types::UpdateEnrollmentStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnrollmentStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#status ⇒ "Active", ...
Returns the value of attribute status.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def status_reason @status_reason end |