AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about the delivery status and results of sending a message directly to an endpoint.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.EndpointMessageResult

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class EndpointMessageResult

The EndpointMessageResult type exposes the following members

Constructors

NameDescription
Public Method EndpointMessageResult()

Properties

NameTypeDescription
Public Property Address System.String

Gets and sets the property Address.

The endpoint address that the message was delivered to.

Public Property DeliveryStatus Amazon.Pinpoint.DeliveryStatus

Gets and sets the property DeliveryStatus.

The delivery status of the message. Possible values are:

  • DUPLICATE - The endpoint address is a duplicate of another endpoint address. Amazon Pinpoint won't attempt to send the message again.

  • OPT_OUT - The user who's associated with the endpoint has opted out of receiving messages from you. Amazon Pinpoint won't attempt to send the message again.

  • PERMANENT_FAILURE - An error occurred when delivering the message to the endpoint. Amazon Pinpoint won't attempt to send the message again.

  • SUCCESSFUL - The message was successfully delivered to the endpoint.

  • TEMPORARY_FAILURE - A temporary error occurred. Amazon Pinpoint won't attempt to send the message again.

  • THROTTLED - Amazon Pinpoint throttled the operation to send the message to the endpoint.

  • UNKNOWN_FAILURE - An unknown error occurred.

Public Property MessageId System.String

Gets and sets the property MessageId.

The unique identifier for the message that was sent.

Public Property StatusCode System.Int32

Gets and sets the property StatusCode.

The downstream service status code for delivering the message.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

The status message for delivering the message.

Public Property UpdatedToken System.String

Gets and sets the property UpdatedToken.

For push notifications that are sent through the GCM channel, specifies whether the endpoint's device registration token was updated as part of delivering the message.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5