Class: Aws::Types::EndpointState
- Inherits:
-
Object
- Object
- Aws::Types::EndpointState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#status_reason ⇒ "INVALID_DEVICE_TOKEN", "INVALID_PINPOINT_ARN"
Returns the value of attribute status_reason.
Instance Attribute Details
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
266 267 268 |
# File 'sig/types.rbs', line 266 def status @status end |
#status_reason ⇒ "INVALID_DEVICE_TOKEN", "INVALID_PINPOINT_ARN"
Returns the value of attribute status_reason.
267 268 269 |
# File 'sig/types.rbs', line 267 def status_reason @status_reason end |