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