Class: Aws::EKS::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EKS::Errors::ResourceNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-eks/errors.rb
Instance Method Summary collapse
- #addon_name ⇒ String
- #cluster_name ⇒ String
- #fargate_profile_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #nodegroup_name ⇒ String
- #subscription_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
292 293 294 |
# File 'lib/aws-sdk-eks/errors.rb', line 292 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
312 |
# File 'lib/aws-sdk-eks/errors.rb', line 312
def addon_name: () -> ::String
|
#cluster_name ⇒ String
297 |
# File 'lib/aws-sdk-eks/errors.rb', line 297
def cluster_name: () -> ::String
|
#fargate_profile_name ⇒ String
307 |
# File 'lib/aws-sdk-eks/errors.rb', line 307
def fargate_profile_name: () -> ::String
|
#message ⇒ String
322 |
# File 'lib/aws-sdk-eks/errors.rb', line 322
def message: () -> ::String
|
#nodegroup_name ⇒ String
302 |
# File 'lib/aws-sdk-eks/errors.rb', line 302
def nodegroup_name: () -> ::String
|
#subscription_id ⇒ String
317 |
# File 'lib/aws-sdk-eks/errors.rb', line 317
def subscription_id: () -> ::String
|