Class: Aws::EKS::Errors::ClientException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EKS::Errors::ClientException
- 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) ⇒ ClientException
constructor
A new instance of ClientException.
- #message ⇒ String
- #nodegroup_name ⇒ String
- #subscription_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClientException
Returns a new instance of ClientException.
85 86 87 |
# File 'lib/aws-sdk-eks/errors.rb', line 85 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
100 101 102 |
# File 'lib/aws-sdk-eks/errors.rb', line 100 def addon_name @data[:addon_name] end |
#cluster_name ⇒ String
90 91 92 |
# File 'lib/aws-sdk-eks/errors.rb', line 90 def cluster_name @data[:cluster_name] end |
#message ⇒ String
110 111 112 |
# File 'lib/aws-sdk-eks/errors.rb', line 110 def @message || @data[:message] end |
#nodegroup_name ⇒ String
95 96 97 |
# File 'lib/aws-sdk-eks/errors.rb', line 95 def nodegroup_name @data[:nodegroup_name] end |
#subscription_id ⇒ String
105 106 107 |
# File 'lib/aws-sdk-eks/errors.rb', line 105 def subscription_id @data[:subscription_id] end |