NAME
Paws::Kinesis::PutRecordsOutput
ATTRIBUTES
FailedRecordCount => Int
The number of unsuccessfully processed records in a PutRecords
request.
REQUIRED Records => ArrayRef[Paws::Kinesis::PutRecordsResultEntry]
An array of successfully and unsuccessfully processed record results, correlated with the request by natural ordering. A record that is successfully added to your Amazon Kinesis stream includes SequenceNumber
and ShardId
in the result. A record that fails to be added to your Amazon Kinesis stream includes ErrorCode
and ErrorMessage
in the result.