Values.ValidationExceptionSourceThe request parameters are invalid.
type nonrec t = {message : ErrorMessage.t option;errorCode : ErrorCode.t option;The error code associated with the validation failure.
*)errorCodeReason : ErrorCodeReason.t option;An explanation of why validation failed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]