BatchItemError

public struct BatchItemError : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The numeric error code of the error.

    Declaration

    Swift

    public let errorCode: String?
  • A text description of the error.

    Declaration

    Swift

    public let errorMessage: String?
  • The zero-based index of the document in the input list.

    Declaration

    Swift

    public let index: Int?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, errorMessage: String? = nil, index: Int? = nil)