Values.ValidationExceptionSourceThe operation failed because one of the input parameters was invalid.
type nonrec t = {message : SensitiveString.t option;The message that informs you about what was invalid about the request.
*)reason : ValidationExceptionReason.t option;The reason that validation failed.
*)fieldList : ValidationExceptionFieldList.t option;The field where the invalid entry was detected.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of SensitiveString.t ])
list ]