Class: Aws::EKS::Errors::ServerException

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

Returns a new instance of ServerException.

Parameters:



347
348
349
# File 'lib/aws-sdk-eks/errors.rb', line 347

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

Instance Method Details

#addon_nameString

Returns:

  • (String)


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

def addon_name: () -> ::String

#cluster_nameString

Returns:

  • (String)


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

def cluster_name: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#nodegroup_nameString

Returns:

  • (String)


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

def nodegroup_name: () -> ::String

#subscription_idString

Returns:

  • (String)


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

def subscription_id: () -> ::String