Values.RollbackInfoSourceInformation about a deployment rollback.
type nonrec t = {rollbackDeploymentId : DeploymentId.t option;The ID of the deployment rollback.
*)rollbackTriggeringDeploymentId : DeploymentId.t option;The deployment ID of the deployment that was underway and triggered a rollback deployment because it failed or was stopped.
*)rollbackMessage : Description.t option;Information that describes the status of a deployment rollback (for example, whether the deployment can't be rolled back, is in progress, failed, or succeeded).
*)}