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

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


5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5267

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)


5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5267

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)


5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5267

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)


5267
5268
5269
5270
5271
5272
5273
5274
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 5267

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