Class: Aws::EKS::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_name ⇒ String
The request is invalid given the state of the add-on name.
-
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
-
#message ⇒ String
The Amazon EKS add-on name associated with the exception.
-
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
-
#subscription_id ⇒ String
The Amazon EKS subscription ID with the exception.
Instance Attribute Details
#addon_name ⇒ String
The request is invalid given the state of the add-on name. Check the state of the cluster and the associated operations.
3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'lib/aws-sdk-eks/types.rb', line 3612 class InvalidRequestException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'lib/aws-sdk-eks/types.rb', line 3612 class InvalidRequestException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The Amazon EKS add-on name associated with the exception.
3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'lib/aws-sdk-eks/types.rb', line 3612 class InvalidRequestException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'lib/aws-sdk-eks/types.rb', line 3612 class InvalidRequestException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#subscription_id ⇒ String
The Amazon EKS subscription ID with the exception.
3612 3613 3614 3615 3616 3617 3618 3619 3620 |
# File 'lib/aws-sdk-eks/types.rb', line 3612 class InvalidRequestException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |