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.
Represents the result of an individual record from a PutRecords
request. A
record that is successfully added to a stream includes SequenceNumber
and ShardId
in the result. A record that fails to be added to the stream includes ErrorCode
and ErrorMessage
in the result.
Namespace: Amazon.Kinesis.Model
Assembly: AWSSDK.Kinesis.dll
Version: 3.x.y.z
public class PutRecordsResultEntry
The PutRecordsResultEntry type exposes the following members
Name | Description | |
---|---|---|
![]() |
PutRecordsResultEntry() |
Name | Type | Description | |
---|---|---|---|
![]() |
ErrorCode | System.String |
Gets and sets the property ErrorCode.
The error code for an individual record result. |
![]() |
ErrorMessage | System.String |
Gets and sets the property ErrorMessage.
The error message for an individual record result. An |
![]() |
SequenceNumber | System.String |
Gets and sets the property SequenceNumber. The sequence number for an individual record result. |
![]() |
ShardId | System.String |
Gets and sets the property ShardId. The shard ID for an individual record result. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5