Class: Aws::EKS::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The specified parameter is invalid. Review the available parameters for the API request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#addon_name ⇒ String
The specified parameter for the add-on name is invalid.
-
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
-
#fargate_profile_name ⇒ String
The Fargate profile associated with the exception.
-
#message ⇒ String
The specified parameter is invalid.
-
#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 specified parameter for the add-on name is invalid. Review the available parameters for the API request
3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-eks/types.rb', line 3575 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-eks/types.rb', line 3575 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#fargate_profile_name ⇒ String
The Fargate profile associated with the exception.
3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-eks/types.rb', line 3575 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The specified parameter is invalid. Review the available parameters for the API request.
3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-eks/types.rb', line 3575 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#nodegroup_name ⇒ String
The Amazon EKS managed node group associated with the exception.
3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-eks/types.rb', line 3575 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |
#subscription_id ⇒ String
The Amazon EKS subscription ID with the exception.
3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 |
# File 'lib/aws-sdk-eks/types.rb', line 3575 class InvalidParameterException < Struct.new( :cluster_name, :nodegroup_name, :fargate_profile_name, :addon_name, :subscription_id, :message) SENSITIVE = [] include Aws::Structure end |