PutRecordsResultEntry
public struct PutRecordsResultEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code for an individual record result. ErrorCodes can be either ProvisionedThroughputExceededException or InternalFailure.
Declaration
Swift
public let errorCode: String?
-
The error message for an individual record result. An ErrorCode value of ProvisionedThroughputExceededException has an error message that includes the account ID, stream name, and shard ID. An ErrorCode value of InternalFailure has the error message “Internal Service Failure”.
Declaration
Swift
public let errorMessage: String?
-
The sequence number for an individual record result.
Declaration
Swift
public let sequenceNumber: String?
-
The shard ID for an individual record result.
Declaration
Swift
public let shardId: String?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, sequenceNumber: String? = nil, shardId: String? = nil)