Values.AnomalyDetectorStatusSourceThe status information of an anomaly detector.
type nonrec t = {statusCode : AnomalyDetectorStatusCode.t option;The status code of the anomaly detector.
*)statusReason : String_.t option;A description of the current status of the anomaly detector.
*)}