You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::BatchDeleteDocumentResponseFailedDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::BatchDeleteDocumentResponseFailedDocument
- Defined in:
- (unknown)
Overview
Provides information about documents that could not be removed from an index by the BatchDeleteDocument operation.
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for why the document couldn\'t be removed from the index.
-
#error_message ⇒ String
An explanation for why the document couldn\'t be removed from the index.
-
#id ⇒ String
The identifier of the document that couldn\'t be removed from the index.
Instance Attribute Details
#error_code ⇒ String
The error code for why the document couldn\'t be removed from the index.
Possible values:
- InternalError
- InvalidRequest
#error_message ⇒ String
An explanation for why the document couldn\'t be removed from the index.
#id ⇒ String
The identifier of the document that couldn\'t be removed from the index.