AWS SDK Version 4 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.

Gives a detailed description of failed messages in the batch.

Inheritance Hierarchy

System.Object
  Amazon.SimpleNotificationService.Model.BatchResultErrorEntry

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

Syntax

C#
public class BatchResultErrorEntry

The BatchResultErrorEntry type exposes the following members

Constructors

NameDescription
Public Method BatchResultErrorEntry()

Properties

NameTypeDescription
Public Property Code System.String

Gets and sets the property Code.

An error code representing why the action failed on this entry.

Public Property Id System.String

Gets and sets the property Id.

The Id of an entry in a batch request

Public Property Message System.String

Gets and sets the property Message.

A message explaining why the action failed on this entry.

Public Property SenderFault System.Nullable<System.Boolean>

Gets and sets the property SenderFault.

Specifies whether the error happened due to the caller of the batch API action.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer