Class: Aws::EKS::Types::InvalidParameterException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::InvalidParameterException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The specified parameter is invalid. Review the available parameters for the API request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #addon_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The specified parameter for the add-on name is invalid.
 - 
  
    
      #cluster_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon EKS cluster associated with the exception.
 - 
  
    
      #fargate_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Fargate profile associated with the exception.
 - 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The specified parameter is invalid.
 - 
  
    
      #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 specified parameter for the add-on name is invalid. Review the available parameters for the API request
      3376 3377 3378 3379 3380 3381 3382 3383 3384 3385  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3376 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
      3376 3377 3378 3379 3380 3381 3382 3383 3384 3385  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3376 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#fargate_profile_name ⇒ String
The Fargate profile associated with the exception.
      3376 3377 3378 3379 3380 3381 3382 3383 3384 3385  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3376 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The specified parameter is invalid. Review the available parameters for the API request.
      3376 3377 3378 3379 3380 3381 3382 3383 3384 3385  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3376 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
      3376 3377 3378 3379 3380 3381 3382 3383 3384 3385  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3376 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#subscription_id ⇒ String
The Amazon EKS subscription ID with the exception.
      3376 3377 3378 3379 3380 3381 3382 3383 3384 3385  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3376 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end  |