FailedDocument

A list of documents that could not be removed from an Amazon Q index. Each entry contains an error message that indicates why the document couldn't be removed from the index.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the Amazon Q data source connector that contains the failed document.

Link copied to clipboard

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

Link copied to clipboard
val id: String?

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

Functions

Link copied to clipboard
inline fun copy(block: FailedDocument.Builder.() -> Unit = {}): FailedDocument
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String