PutRecordBatchResponseEntry
public struct PutRecordBatchResponseEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code for an individual record result.
Declaration
Swift
public let errorCode: String?
-
The error message for an individual record result.
Declaration
Swift
public let errorMessage: String?
-
The ID of the record.
Declaration
Swift
public let recordId: String?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, recordId: String? = nil)