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.
325 326 327 |
# File 'lib/aws-sdk-eks/errors.rb', line 325 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
340 341 342 |
# File 'lib/aws-sdk-eks/errors.rb', line 340 def addon_name @data[:addon_name] end |
#cluster_name ⇒ String
330 331 332 |
# File 'lib/aws-sdk-eks/errors.rb', line 330 def cluster_name @data[:cluster_name] end |
#message ⇒ String
350 351 352 |
# File 'lib/aws-sdk-eks/errors.rb', line 350 def @message || @data[:message] end |
#nodegroup_name ⇒ String
335 336 337 |
# File 'lib/aws-sdk-eks/errors.rb', line 335 def nodegroup_name @data[:nodegroup_name] end |
#subscription_id ⇒ String
345 346 347 |
# File 'lib/aws-sdk-eks/errors.rb', line 345 def subscription_id @data[:subscription_id] end |