Class: Aws::PrometheusService::Types::AlertManagerDefinitionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::AlertManagerDefinitionStatus
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the status of a definition.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
Status code of this definition.
-
#status_reason ⇒ String
The reason for failure if any.
Instance Attribute Details
#status_code ⇒ String
Status code of this definition.
68 69 70 71 72 73 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 68 class AlertManagerDefinitionStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for failure if any.
68 69 70 71 72 73 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 68 class AlertManagerDefinitionStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |