BatchPutDocumentResponseFailedDocument
public struct BatchPutDocumentResponseFailedDocument : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of error that caused the document to fail to be indexed.
Declaration
Swift
public let errorCode: ErrorCode?
-
A description of the reason why the document could not be indexed.
Declaration
Swift
public let errorMessage: String?
-
The unique identifier of the document.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(errorCode: ErrorCode? = nil, errorMessage: String? = nil, id: String? = nil)