Class StreamsEventResponse.BatchItemFailure
- Namespace
- Amazon.Lambda.KinesisEvents
- Assembly
- Amazon.Lambda.KinesisEvents.dll
The class representing the BatchItemFailure.
[DataContract]
public class StreamsEventResponse.BatchItemFailure
- Inheritance
-
StreamsEventResponse.BatchItemFailure
- Inherited Members
Constructors
BatchItemFailure()
public BatchItemFailure()
Properties
ItemIdentifier
Sequence number of the record which failed processing.
[DataMember(Name = "itemIdentifier", EmitDefaultValue = false)]
[JsonPropertyName("itemIdentifier")]
public string ItemIdentifier { get; set; }