BatchDeleteDocumentResponse
public struct BatchDeleteDocumentResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of documents that could not be removed from the index. Each entry contains an error message that indicates why the document couldn’t be removed from the index.
Declaration
Swift
public let failedDocuments: [BatchDeleteDocumentResponseFailedDocument]?
-
Undocumented
Declaration
Swift
public init(failedDocuments: [BatchDeleteDocumentResponseFailedDocument]? = nil)