Class: Aws::EKS::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The specified resource is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #addon_name ⇒ String
-
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
- #message ⇒ String
-
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
Instance Attribute Details
#addon_name ⇒ String
3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'lib/aws-sdk-eks/types.rb', line 3154 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.
3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'lib/aws-sdk-eks/types.rb', line 3154 class ResourceInUseException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'lib/aws-sdk-eks/types.rb', line 3154 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.
3154 3155 3156 3157 3158 3159 3160 3161 |
# File 'lib/aws-sdk-eks/types.rb', line 3154 class ResourceInUseException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :message) SENSITIVE = [] include Aws::Structure end |