EndpointState
A read-only field that represents the state of an AppInstanceUserEndpoint. Supported values:
-
ACTIVE: TheAppInstanceUserEndpointis active and able to receive messages. WhenACTIVE, theEndpointStatusReasonremains empty. -
INACTIVE: TheAppInstanceUserEndpointis inactive and can't receive message. When INACTIVE, the corresponding reason will be conveyed through EndpointStatusReason. -
INVALID_DEVICE_TOKENindicates that anAppInstanceUserEndpointisINACTIVEdue to invalid device token -
INVALID_PINPOINT_ARNindicates that anAppInstanceUserEndpointisINACTIVEdue to an invalid pinpoint ARN that was input through theResourceArnfield.
Contents
- Status
-
Enum that indicates the Status of an
AppInstanceUserEndpoint.Type: String
Valid Values:
ACTIVE | INACTIVERequired: Yes
- StatusReason
-
The reason for the
EndpointStatus.Type: String
Valid Values:
INVALID_DEVICE_TOKEN | INVALID_PINPOINT_ARNRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: