Values.ValidationExceptionSourceThe input parameters for the request are invalid.
type nonrec t = {message : NonBlankString.t option;The input fails to satisfy the constraints specified by the service.
*)reason : ValidationExceptionReason.t option;The reason for the validation failure.
*)fieldList : ValidationExceptionFieldList.t option;The list of fields that failed validation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of NonBlankString.t ]) list ]
list
| `String of NonBlankString.t ])
list ]