Class: Aws::EKS::Types::ClusterIssue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ClusterIssue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An issue with your Amazon EKS cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code of the issue.
-
#message ⇒ String
A description of the issue.
-
#resource_ids ⇒ Array<String>
The resource IDs that the issue relates to.
Instance Attribute Details
#code ⇒ String
The error code of the issue.
992 993 994 995 996 997 998 |
# File 'lib/aws-sdk-eks/types.rb', line 992 class ClusterIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the issue.
992 993 994 995 996 997 998 |
# File 'lib/aws-sdk-eks/types.rb', line 992 class ClusterIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<String>
The resource IDs that the issue relates to.
992 993 994 995 996 997 998 |
# File 'lib/aws-sdk-eks/types.rb', line 992 class ClusterIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |