Class: Aws::EKS::Types::InsightStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::InsightStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The status of the insight.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Explanation on the reasoning for the status of the resource.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the resource.
 
Instance Attribute Details
#reason ⇒ String
Explanation on the reasoning for the status of the resource.
      3261 3262 3263 3264 3265 3266  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3261 class InsightStatus < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the resource.
      3261 3262 3263 3264 3265 3266  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3261 class InsightStatus < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end  |