Class: Aws::EKS::Types::InvalidStateException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_nameString

The Amazon EKS cluster associated with the exception.

Returns:

  • (String)


5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-eks/types.rb', line 5023

class InvalidStateException < Struct.new(
  :cluster_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-eks/types.rb', line 5023

class InvalidStateException < Struct.new(
  :cluster_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end