Class: Aws::EKS::Types::InvalidRequestException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#addon_nameString

The request is invalid given the state of the add-on name. Check the state of the cluster and the associated operations.

Returns:

  • (String)


3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-eks/types.rb', line 3451

class InvalidRequestException < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :addon_name,
  :subscription_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The Amazon EKS cluster associated with the exception.

Returns:

  • (String)


3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-eks/types.rb', line 3451

class InvalidRequestException < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :addon_name,
  :subscription_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The Amazon EKS add-on name associated with the exception.

Returns:

  • (String)


3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-eks/types.rb', line 3451

class InvalidRequestException < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :addon_name,
  :subscription_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#nodegroup_nameString

The Amazon EKS managed node group associated with the exception.

Returns:

  • (String)


3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-eks/types.rb', line 3451

class InvalidRequestException < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :addon_name,
  :subscription_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_idString

The Amazon EKS subscription ID with the exception.

Returns:

  • (String)


3451
3452
3453
3454
3455
3456
3457
3458
3459
# File 'lib/aws-sdk-eks/types.rb', line 3451

class InvalidRequestException < Struct.new(
  :cluster_name,
  :nodegroup_name,
  :addon_name,
  :subscription_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end