Class: Aws::EKS::Types::ClusterIssue

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

Overview

An issue with your Amazon EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code of the issue.

Returns:

  • (String)


922
923
924
925
926
927
928
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 922

class ClusterIssue < Struct.new(
  :code,
  :message,
  :resource_ids)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A description of the issue.

Returns:

  • (String)


922
923
924
925
926
927
928
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 922

class ClusterIssue < Struct.new(
  :code,
  :message,
  :resource_ids)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idsArray<String>

The resource IDs that the issue relates to.

Returns:

  • (Array<String>)


922
923
924
925
926
927
928
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 922

class ClusterIssue < Struct.new(
  :code,
  :message,
  :resource_ids)
  SENSITIVE = []
  include Aws::Structure
end