Skip to content

Sns  >  Structures  >  BatchResultErrorEntry

BatchResultErrorEntry

Structure Class

BatchResultErrorEntry dataclass

Gives a detailed description of failed messages in the batch.

Attributes

code instance-attribute
code: str

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

id instance-attribute
id: str

The Id of an entry in a batch request

message class-attribute instance-attribute
message: str | None = None

A message explaining why the action failed on this entry.

sender_fault class-attribute instance-attribute
sender_fault: bool = False

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