Class: Aws::EKS::Errors::UnsupportedAvailabilityZoneException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EKS::Errors::UnsupportedAvailabilityZoneException
- Defined in:
- lib/aws-sdk-eks/errors.rb
Instance Method Summary collapse
- #cluster_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedAvailabilityZoneException
constructor
A new instance of UnsupportedAvailabilityZoneException.
- #message ⇒ String
- #nodegroup_name ⇒ String
- #valid_zones ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedAvailabilityZoneException
Returns a new instance of UnsupportedAvailabilityZoneException.
375 376 377 |
# File 'lib/aws-sdk-eks/errors.rb', line 375 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#cluster_name ⇒ String
385 386 387 |
# File 'lib/aws-sdk-eks/errors.rb', line 385 def cluster_name @data[:cluster_name] end |
#message ⇒ String
380 381 382 |
# File 'lib/aws-sdk-eks/errors.rb', line 380 def @message || @data[:message] end |
#nodegroup_name ⇒ String
390 391 392 |
# File 'lib/aws-sdk-eks/errors.rb', line 390 def nodegroup_name @data[:nodegroup_name] end |
#valid_zones ⇒ String
395 396 397 |
# File 'lib/aws-sdk-eks/errors.rb', line 395 def valid_zones @data[:valid_zones] end |