Class: Aws::EKS::Types::ClientException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ClientException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
These errors are usually caused by a client action. Actions can include using an action or resource on behalf of a user that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
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
362 363 364 365 366 367 368 369 |
# File 'lib/aws-sdk-eks/types.rb', line 362 class ClientException < 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.
362 363 364 365 366 367 368 369 |
# File 'lib/aws-sdk-eks/types.rb', line 362 class ClientException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
362 363 364 365 366 367 368 369 |
# File 'lib/aws-sdk-eks/types.rb', line 362 class ClientException < 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.
362 363 364 365 366 367 368 369 |
# File 'lib/aws-sdk-eks/types.rb', line 362 class ClientException < Struct.new( :cluster_name, :nodegroup_name, :addon_name, :message) SENSITIVE = [] include Aws::Structure end |