Class: Aws::EKS::Errors::ServerException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EKS::Errors::ServerException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-eks/errors.rb
Instance Method Summary collapse
- #addon_name ⇒ String
- #cluster_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServerException
constructor
A new instance of ServerException.
- #message ⇒ String
- #nodegroup_name ⇒ String
- #subscription_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServerException
Returns a new instance of ServerException.
347 348 349 |
# File 'lib/aws-sdk-eks/errors.rb', line 347 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
362 |
# File 'lib/aws-sdk-eks/errors.rb', line 362
def addon_name: () -> ::String
|
#cluster_name ⇒ String
352 |
# File 'lib/aws-sdk-eks/errors.rb', line 352
def cluster_name: () -> ::String
|
#message ⇒ String
372 |
# File 'lib/aws-sdk-eks/errors.rb', line 372
def message: () -> ::String
|
#nodegroup_name ⇒ String
357 |
# File 'lib/aws-sdk-eks/errors.rb', line 357
def nodegroup_name: () -> ::String
|
#subscription_id ⇒ String
367 |
# File 'lib/aws-sdk-eks/errors.rb', line 367
def subscription_id: () -> ::String
|