Class: Aws::EKS::Types::AddonIssue

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

Overview

An issue related to an add-on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A code that describes the type of issue.

Returns:

  • (String)


347
348
349
350
351
352
353
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 347

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

#messageString

A message that provides details about the issue and what might cause it.

Returns:

  • (String)


347
348
349
350
351
352
353
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 347

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

#resource_idsArray<String>

The resource IDs of the issue.

Returns:

  • (Array<String>)


347
348
349
350
351
352
353
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 347

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