Class: Aws::EKS::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

The specified resource is in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_nameString

The specified add-on name is in use.

Returns:

  • (String)


6043
6044
6045
6046
6047
6048
6049
6050
# File 'lib/aws-sdk-eks/types.rb', line 6043

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

#cluster_nameString

The Amazon EKS cluster associated with the exception.

Returns:

  • (String)


6043
6044
6045
6046
6047
6048
6049
6050
# File 'lib/aws-sdk-eks/types.rb', line 6043

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

#messageString

The Amazon EKS message associated with the exception.

Returns:

  • (String)


6043
6044
6045
6046
6047
6048
6049
6050
# File 'lib/aws-sdk-eks/types.rb', line 6043

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

#nodegroup_nameString

The Amazon EKS managed node group associated with the exception.

Returns:

  • (String)


6043
6044
6045
6046
6047
6048
6049
6050
# File 'lib/aws-sdk-eks/types.rb', line 6043

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