Values.ValidationExceptionSourceThe input doesn't meet the constraints set by the Amazon Q Business service. Provide the correct input and try again.
type nonrec t = {message : ErrorMessage.t option;The message describing the ValidationException.
*)reason : ValidationExceptionReason.t option;The reason for the ValidationException.
*)fields : ValidationExceptionFields.t option;The input field(s) that failed validation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of ErrorMessage.t ])
list ]