Values.ValidationExceptionSourceThe input does not satisfy the constraints specified by an Amazon Web Services service.
type nonrec t = {message : ErrorMessage.t option;reason : ValidationExceptionReason.t option;The input does not satisfy the constraints specified by an Amazon Web Services service.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]