Class: Aws::EKS::Types::FargateProfileIssue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::FargateProfileIssue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
An issue that is associated with the Fargate profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A brief description of the error.
-
#message ⇒ String
The error message associated with the issue.
-
#resource_ids ⇒ Array<String>
The Amazon Web Services resources that are affected by this issue.
Instance Attribute Details
#code ⇒ String
A brief description of the error.
3046 3047 3048 3049 3050 3051 3052 |
# File 'lib/aws-sdk-eks/types.rb', line 3046 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message associated with the issue.
3046 3047 3048 3049 3050 3051 3052 |
# File 'lib/aws-sdk-eks/types.rb', line 3046 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#resource_ids ⇒ Array<String>
The Amazon Web Services resources that are affected by this issue.
3046 3047 3048 3049 3050 3051 3052 |
# File 'lib/aws-sdk-eks/types.rb', line 3046 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |