BatchDeleteDocumentResponseFailedDocument
public struct BatchDeleteDocumentResponseFailedDocument : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The error code for why the document couldn’t be removed from the index.
Declaration
Swift
public let errorCode: ErrorCode? -
An explanation for why the document couldn’t be removed from the index.
Declaration
Swift
public let errorMessage: String? -
The identifier of the document that couldn’t be removed from the index.
Declaration
Swift
public let id: String? -
Undocumented
Declaration
Swift
public init(errorCode: ErrorCode? = nil, errorMessage: String? = nil, id: String? = nil)
View on GitHub
BatchDeleteDocumentResponseFailedDocument Structure Reference