Class: Aws::EKS::Errors::InvalidRequestException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EKS::Errors::InvalidRequestException
- 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) ⇒ InvalidRequestException
constructor
A new instance of InvalidRequestException.
- #message ⇒ String
- #nodegroup_name ⇒ String
- #subscription_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRequestException
Returns a new instance of InvalidRequestException.
160 161 162 |
# File 'lib/aws-sdk-eks/errors.rb', line 160 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
175 176 177 |
# File 'lib/aws-sdk-eks/errors.rb', line 175 def addon_name @data[:addon_name] end |
#cluster_name ⇒ String
165 166 167 |
# File 'lib/aws-sdk-eks/errors.rb', line 165 def cluster_name @data[:cluster_name] end |
#message ⇒ String
185 186 187 |
# File 'lib/aws-sdk-eks/errors.rb', line 185 def @message || @data[:message] end |
#nodegroup_name ⇒ String
170 171 172 |
# File 'lib/aws-sdk-eks/errors.rb', line 170 def nodegroup_name @data[:nodegroup_name] end |
#subscription_id ⇒ String
180 181 182 |
# File 'lib/aws-sdk-eks/errors.rb', line 180 def subscription_id @data[:subscription_id] end |