BatchResultErrorEntry
public struct BatchResultErrorEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An error code representing why the action failed on this entry.
Declaration
Swift
public let code: String -
The Id of an entry in a batch request.
Declaration
Swift
public let id: String -
A message explaining why the action failed on this entry.
Declaration
Swift
public let message: String? -
Specifies whether the error happened due to the caller of the batch API action.
Declaration
Swift
public let senderFault: Bool -
Undocumented
Declaration
Swift
public init(code: String, id: String, message: String? = nil, senderFault: Bool)
View on GitHub
BatchResultErrorEntry Structure Reference