Class: Aws::EKS::Types::FargateProfileIssue
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::FargateProfileIssue
- Defined in:
- gems/aws-sdk-eks/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.
3419 3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3419 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message associated with the issue.
3419 3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3419 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.
3419 3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3419 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end |