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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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)


4655
4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4655

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)


4655
4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4655

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)


4655
4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4655

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)


4655
4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4655

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)


4655
4656
4657
4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 4655

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