Class: Aws::EKS::Types::InsightStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

The status of the insight.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

Explanation on the reasoning for the status of the resource.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
# File 'lib/aws-sdk-eks/types.rb', line 3460

class InsightStatus < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the resource.

Returns:

  • (String)


3460
3461
3462
3463
3464
3465
# File 'lib/aws-sdk-eks/types.rb', line 3460

class InsightStatus < Struct.new(
  :status,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end