Values.StepStateChangeReasonSourceThe details of the step state change reason.
type nonrec t = {code : StepStateChangeReasonCode.t option;The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.
*)message : String_.t option;The descriptive message for the state change reason.
*)}