Values.InvalidParameterExceptionSourceException that indicates that the parameters passed to the API are invalid. If available, this exception includes details in additional properties.
type nonrec t = {message : ErrorMessage.t option;reason : ValidationExceptionReason.t option;Additional information about the exception.
*)fields : ValidationExceptionFieldList.t option;Fields that caused the exception.
*)}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 ]