Class: Aws::PrometheusService::Types::RuleGroupsNamespaceStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::RuleGroupsNamespaceStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
The status information about a rule groups namespace.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the namespace.
 - 
  
    
      #status_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason for the failure, if any.
 
Instance Attribute Details
#status_code ⇒ String
The current status of the namespace.
      1353 1354 1355 1356 1357 1358  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1353 class RuleGroupsNamespaceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#status_reason ⇒ String
The reason for the failure, if any.
      1353 1354 1355 1356 1357 1358  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1353 class RuleGroupsNamespaceStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end  |