SNS Push notification list of available FailureTypes

0

Hi all! Currently the team I'm working on is configuring the topic for the Delivery Failure event in our Platform application.

We are receiving the proper event, for example see below:

{
    DeliveryAttempts: 1,
    EndpointArn: "arn::endpoint",
    EventType: "DeliveryFailure",
    FailureMessage: "Platform token associated with the endpoint is not valid",

    FailureType: "InvalidPlatformToken", <<<<<<<<==========================

    MessageId: "dd686e01-3f8f-56f7-9683-348cb97d649a",
    Resource: "arn:aws:sns:eu-central-1:1212121212:app/GCM/PushNotification",
    Service: "SNS",
    Time: "2022-02-21T12:25:22.787Z"
}

Can anyone tell us the list of available FailureType?

asked 2 years ago114 views
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions