Class: Aws::EKS::Errors::ResourceNotFoundException

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) ⇒ ResourceNotFoundException

Returns a new instance of ResourceNotFoundException.

Parameters:



292
293
294
# File 'lib/aws-sdk-eks/errors.rb', line 292

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

Instance Method Details

#addon_nameString

Returns:

  • (String)


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

def addon_name: () -> ::String

#cluster_nameString

Returns:

  • (String)


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

def cluster_name: () -> ::String

#fargate_profile_nameString

Returns:

  • (String)


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

def fargate_profile_name: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#nodegroup_nameString

Returns:

  • (String)


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

def nodegroup_name: () -> ::String

#subscription_idString

Returns:

  • (String)


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

def subscription_id: () -> ::String