Values.FailedDocumentSourceA list of documents that could not be removed from an Amazon Q Business index. Each entry contains an error message that indicates why the document couldn't be removed from the index.
type nonrec t = {id : DocumentId.t option;The identifier of the document that couldn't be removed from the Amazon Q Business index.
*)error : ErrorDetail.t option;An explanation for why the document couldn't be removed from the index.
*)dataSourceId : DataSourceId.t option;The identifier of the Amazon Q Business data source connector that contains the failed document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DocumentId.t
| `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ])
list ]