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 local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code of the issue.

Returns:

  • (String)


861
862
863
864
865
866
867
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 861

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

#messageString

A description of the issue.

Returns:

  • (String)


861
862
863
864
865
866
867
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 861

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>)


861
862
863
864
865
866
867
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 861

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