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)


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_nameString

The Amazon EKS cluster associated with the exception.

Returns:

  • (String)


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

#messageString

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

Returns:

  • (String)


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_nameString

The Amazon EKS managed node group associated with the exception.

Returns:

  • (String)


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_idString

The Amazon EKS subscription ID with the exception.

Returns:

  • (String)


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