Class: Aws::EKS::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb
Overview
The specified resource is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_name ⇒ String
The specified add-on name is in use.
-
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
-
#message ⇒ String
The Amazon EKS message associated with the exception.
-
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
Instance Attribute Details
#addon_name ⇒ String
The specified add-on name is in use.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6283 class ResourceInUseException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :message) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6283 class ResourceInUseException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The Amazon EKS message associated with the exception.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6283 class ResourceInUseException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :message) SENSITIVE = [] include Aws::Structure end |
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
6283 6284 6285 6286 6287 6288 6289 6290 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6283 class ResourceInUseException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :message) SENSITIVE = [] include Aws::Structure end |