Class: Aws::PrometheusService::Types::AlertManagerDefinitionStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::AlertManagerDefinitionStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
The status of the alert manager.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the alert manager.
 - 
  
    
      #status_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If there is a failure, the reason for the failure.
 
Instance Attribute Details
#status_code ⇒ String
The current status of the alert manager.
      79 80 81 82 83 84  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 79 class AlertManagerDefinitionStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#status_reason ⇒ String
If there is a failure, the reason for the failure.
      79 80 81 82 83 84  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 79 class AlertManagerDefinitionStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end  |