Values.PutJobFailureResultInputSourceRepresents the input of a PutJobFailureResult action.
type nonrec t = {jobId : JobId.t;The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs.
*)failureDetails : FailureDetails.t;The details about the failure of a job.
*)}