Values.ValidationExceptionSourceThe input fails to satisfy the constraints specified by an Amazon Web Services service.
type nonrec t = {message : string option;reason : ValidationExceptionReason.t option;The reason the input failed to satisfy the constraints specified by an Amazon Web Services service.
*)fieldList : ValidationExceptionFieldList.t option;The list of fields that fail to satisfy the constraints specified by an Amazon Web Services service.
*)}