Class: Aws::PrometheusService::Types::AnomalyDetectorStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::AnomalyDetectorStatus
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
The status information of an anomaly detector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
The status code of the anomaly detector.
-
#status_reason ⇒ String
A description of the current status of the anomaly detector.
Instance Attribute Details
#status_code ⇒ String
The status code of the anomaly detector.
232 233 234 235 236 237 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 232 class AnomalyDetectorStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
A description of the current status of the anomaly detector.
232 233 234 235 236 237 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 232 class AnomalyDetectorStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |