Class: Aws::EKS::Types::ClusterIssue
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::ClusterIssue
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
An issue with your Amazon EKS cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The error code of the issue.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the issue.
 - 
  
    
      #resource_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource IDs that the issue relates to.
 
Instance Attribute Details
#code ⇒ String
The error code of the issue.
      934 935 936 937 938 939 940  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 934 class ClusterIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
A description of the issue.
      934 935 936 937 938 939 940  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 934 class ClusterIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_ids ⇒ Array<String>
The resource IDs that the issue relates to.
      934 935 936 937 938 939 940  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 934 class ClusterIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end  |