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.
3245 3246 3247 3248 3249 3250 3251 |
# File 'lib/aws-sdk-eks/types.rb', line 3245 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message associated with the issue.
3245 3246 3247 3248 3249 3250 3251 |
# File 'lib/aws-sdk-eks/types.rb', line 3245 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.
3245 3246 3247 3248 3249 3250 3251 |
# File 'lib/aws-sdk-eks/types.rb', line 3245 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |