Class: Aws::EKS::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::InvalidStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Amazon EKS detected upgrade readiness issues. Call the
ListInsights API to view detected upgrade blocking issues. Pass
the force flag when updating to override upgrade readiness
errors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
- #message ⇒ String
Instance Attribute Details
#cluster_name ⇒ String
The Amazon EKS cluster associated with the exception.
5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-eks/types.rb', line 5408 class InvalidStateException < Struct.new( :cluster_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5408 5409 5410 5411 5412 5413 |
# File 'lib/aws-sdk-eks/types.rb', line 5408 class InvalidStateException < Struct.new( :cluster_name, :message) SENSITIVE = [] include Aws::Structure end |