Class: Aws::EKS::Errors::ServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EKS::Errors::ServerException
- Defined in:
- 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 363 364 |
# File 'lib/aws-sdk-eks/errors.rb', line 362 def addon_name @data[:addon_name] end |
#cluster_name ⇒ String
352 353 354 |
# File 'lib/aws-sdk-eks/errors.rb', line 352 def cluster_name @data[:cluster_name] end |
#message ⇒ String
372 373 374 |
# File 'lib/aws-sdk-eks/errors.rb', line 372 def @message || @data[:message] end |
#nodegroup_name ⇒ String
357 358 359 |
# File 'lib/aws-sdk-eks/errors.rb', line 357 def nodegroup_name @data[:nodegroup_name] end |
#subscription_id ⇒ String
367 368 369 |
# File 'lib/aws-sdk-eks/errors.rb', line 367 def subscription_id @data[:subscription_id] end |