BatchDeleteDocumentResponseFailedDocument
Provides information about documents that could not be removed from an index by the
BatchDeleteDocument
API.
Contents
- DataSourceId
-
The identifier of the data source connector that the document belongs to.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[a-zA-Z0-9][a-zA-Z0-9_-]*
Required: No
- ErrorCode
-
The error code for why the document couldn't be removed from the index.
Type: String
Valid Values:
InternalError | InvalidRequest
Required: No
- ErrorMessage
-
An explanation for why the document couldn't be removed from the index.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^\P{C}*$
Required: No
- Id
-
The identifier of the document that couldn't be removed from the index.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: