Class: Aws::EKS::Errors::ResourceInUseException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-eks/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException

Returns a new instance of ResourceInUseException.

Parameters:



232
233
234
# File 'lib/aws-sdk-eks/errors.rb', line 232

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#addon_nameString

Returns:

  • (String)


247
# File 'lib/aws-sdk-eks/errors.rb', line 247

def addon_name: () -> ::String

#cluster_nameString

Returns:

  • (String)


237
# File 'lib/aws-sdk-eks/errors.rb', line 237

def cluster_name: () -> ::String

#messageString

Returns:

  • (String)


252
# File 'lib/aws-sdk-eks/errors.rb', line 252

def message: () -> ::String

#nodegroup_nameString

Returns:

  • (String)


242
# File 'lib/aws-sdk-eks/errors.rb', line 242

def nodegroup_name: () -> ::String