Class: Aws::EKS::Errors::InvalidRequestException

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

Returns a new instance of InvalidRequestException.

Parameters:



162
163
164
# File 'lib/aws-sdk-eks/errors.rb', line 162

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

Instance Method Details

#addon_nameString

Returns:

  • (String)


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

def addon_name: () -> ::String

#cluster_nameString

Returns:

  • (String)


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

def cluster_name: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#nodegroup_nameString

Returns:

  • (String)


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

def nodegroup_name: () -> ::String

#subscription_idString

Returns:

  • (String)


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

def subscription_id: () -> ::String