Class: Aws::EKS::Types::CapabilityIssue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::CapabilityIssue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An issue affecting a capability’s health or operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A code identifying the type of issue.
-
#message ⇒ String
A human-readable message describing the issue and potential remediation steps.
Instance Attribute Details
#code ⇒ String
A code identifying the type of issue. This can be used to programmatically handle specific issue types.
1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-eks/types.rb', line 1140 class CapabilityIssue < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable message describing the issue and potential remediation steps.
1140 1141 1142 1143 1144 1145 |
# File 'lib/aws-sdk-eks/types.rb', line 1140 class CapabilityIssue < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |