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