Values.CancelStepsInfoSourceSpecification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.
type nonrec t = {stepId : StepId.t option;The encrypted StepId of a step.
*)status : CancelStepsRequestStatus.t option;The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
*)reason : String_.t option;The reason for the failure if the CancelSteps request fails.
*)}