Values.ValidationExceptionSourceThe input fails to satisfy the constraints specified by an Amazon Web Services service.
type nonrec t = {message : String_.t option;Description of the error.
*)reason : ValidationExceptionReason.t option;Reason the request failed validation.
*)fieldList : ValidationExceptionFieldList.t option;The field that caused the error, if applicable.
*)}