Values.ValidationExceptionSourceThe input fails to satisfy the specified constraints. You will see this exception if invalid inputs are provided for any of the Amazon EVS environment operations, or if a list operation is performed on an environment resource that is still initializing.
type nonrec t = {message : String_.t option;Describes the error encountered.
*)reason : ValidationExceptionReason.t option;The reason for the exception.
*)fieldList : ValidationExceptionFieldList.t option;A list of fields that didn't validate.
*)}