Class: Aws::EKS::Errors::ClientException

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

Returns a new instance of ClientException.

Parameters:



87
88
89
# File 'lib/aws-sdk-eks/errors.rb', line 87

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

Instance Method Details

#addon_nameString

Returns:

  • (String)


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

def addon_name: () -> ::String

#cluster_nameString

Returns:

  • (String)


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

def cluster_name: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#nodegroup_nameString

Returns:

  • (String)


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

def nodegroup_name: () -> ::String

#subscription_idString

Returns:

  • (String)


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

def subscription_id: () -> ::String