Class: Aws::EKS::Types::InvalidRequestException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::InvalidRequestException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #addon_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The request is invalid given the state of the add-on name.
 - 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS cluster associated with the exception.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS add-on name associated with the exception.
 - 
  
    
      #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 request is invalid given the state of the add-on name. Check the state of the cluster and the associated operations.
      3413 3414 3415 3416 3417 3418 3419 3420 3421  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3413 class InvalidRequestException < 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.
      3413 3414 3415 3416 3417 3418 3419 3420 3421  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3413 class InvalidRequestException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The Amazon EKS add-on name associated with the exception.
      3413 3414 3415 3416 3417 3418 3419 3420 3421  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3413 class InvalidRequestException < 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.
      3413 3414 3415 3416 3417 3418 3419 3420 3421  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3413 class InvalidRequestException < 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.
      3413 3414 3415 3416 3417 3418 3419 3420 3421  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3413 class InvalidRequestException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  |