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` ][1] API to view detected upgrade blocking issues. Pass the [ `force` ][2] flag when updating to override upgrade readiness errors.
[1]: docs.aws.amazon.com/eks/latest/APIReference/API_ListInsights.html [2]: docs.aws.amazon.com/eks/latest/APIReference/API_UpdateClusterVersion.html#API_UpdateClusterVersion_RequestBody
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.
3820 3821 3822 3823 3824 3825 |
# File 'lib/aws-sdk-eks/types.rb', line 3820 class InvalidStateException < Struct.new( :cluster_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3820 3821 3822 3823 3824 3825 |
# File 'lib/aws-sdk-eks/types.rb', line 3820 class InvalidStateException < Struct.new( :cluster_name, :message) SENSITIVE = [] include Aws::Structure end |