Class: Aws::EKS::Types::AddonIssue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::AddonIssue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An issue related to an add-on.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A code that describes the type of issue.
-
#message ⇒ String
A message that provides details about the issue and what might cause it.
-
#resource_ids ⇒ Array<String>
The resource IDs of the issue.
Instance Attribute Details
#code ⇒ String
A code that describes the type of issue.
361 362 363 364 365 366 367 |
# File 'lib/aws-sdk-eks/types.rb', line 361 class AddonIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message that provides details about the issue and what might cause it.
361 362 363 364 365 366 367 |
# File 'lib/aws-sdk-eks/types.rb', line 361 class AddonIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<String>
The resource IDs of the issue.
361 362 363 364 365 366 367 |
# File 'lib/aws-sdk-eks/types.rb', line 361 class AddonIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |