Values.CanaryStatusSourceA structure that contains the current state of the canary.
type nonrec t = {state : CanaryState.t option;The current state of the canary.
*)stateReason : String_.t option;If the canary creation or update failed, this field provides details on the failure.
*)stateReasonCode : CanaryStateReasonCode.t option;If the canary creation or update failed, this field displays the reason code.
*)}