Class: Aws::EKS::Errors::InvalidRequestException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EKS::Errors::InvalidRequestException
- Defined in:
- sig/errors.rbs,
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.
162 163 164 |
# File 'lib/aws-sdk-eks/errors.rb', line 162 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
177 |
# File 'lib/aws-sdk-eks/errors.rb', line 177
def addon_name: () -> ::String
|
#cluster_name ⇒ String
167 |
# File 'lib/aws-sdk-eks/errors.rb', line 167
def cluster_name: () -> ::String
|
#message ⇒ String
187 |
# File 'lib/aws-sdk-eks/errors.rb', line 187
def message: () -> ::String
|
#nodegroup_name ⇒ String
172 |
# File 'lib/aws-sdk-eks/errors.rb', line 172
def nodegroup_name: () -> ::String
|
#subscription_id ⇒ String
182 |
# File 'lib/aws-sdk-eks/errors.rb', line 182
def subscription_id: () -> ::String
|