Class: Aws::EKS::Errors::InvalidStateException

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

Returns a new instance of InvalidStateException.

Parameters:



197
198
199
# File 'lib/aws-sdk-eks/errors.rb', line 197

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

Instance Method Details

#cluster_nameString

Returns:

  • (String)


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

def cluster_name: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String