Class: Aws::EKS::Types::ClusterIssue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ClusterIssue
- Defined in:
- gems/aws-sdk-eks/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.
939 940 941 942 943 944 945 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 939 class ClusterIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the issue.
939 940 941 942 943 944 945 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 939 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.
939 940 941 942 943 944 945 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 939 class ClusterIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |