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
show all
Defined in:
(unknown)

Overview

Provides information about documents that could not be removed from an index by the BatchDeleteDocument operation.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for why the document couldn\'t be removed from the index.

Possible values:

  • InternalError
  • InvalidRequest

Returns:

  • (String)

    The error code for why the document couldn\'t be removed from the index.

#error_messageString

An explanation for why the document couldn\'t be removed from the index.

Returns:

  • (String)

    An explanation for why the document couldn\'t be removed from the index.

#idString

The identifier of the document that couldn\'t be removed from the index.

Returns:

  • (String)

    The identifier of the document that couldn\'t be removed from the index.