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)


361
362
363
364
365
366
367
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 361

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)


361
362
363
364
365
366
367
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 361

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


361
362
363
364
365
366
367
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 361

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