Class: Aws::EKS::Types::ServerException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::ServerException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
These errors are usually caused by a server-side issue.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #addon_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS add-on name associated with the exception.
 - 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS cluster associated with the exception.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
These errors are usually caused by a server-side issue.
 - 
  
    
      #nodegroup_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS managed node group associated with the exception.
 - 
  
    
      #subscription_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS subscription ID with the exception.
 
Instance Attribute Details
#addon_name ⇒ String
The Amazon EKS add-on name associated with the exception.
      5607 5608 5609 5610 5611 5612 5613 5614 5615  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5607 class ServerException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
      5607 5608 5609 5610 5611 5612 5613 5614 5615  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5607 class ServerException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
These errors are usually caused by a server-side issue.
      5607 5608 5609 5610 5611 5612 5613 5614 5615  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5607 class ServerException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
      5607 5608 5609 5610 5611 5612 5613 5614 5615  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5607 class ServerException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#subscription_id ⇒ String
The Amazon EKS subscription ID with the exception.
      5607 5608 5609 5610 5611 5612 5613 5614 5615  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 5607 class ServerException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  |