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.
      3084 3085 3086 3087 3088 3089 3090  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3084 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end  | 
  
#message ⇒ String
The error message associated with the issue.
      3084 3085 3086 3087 3088 3089 3090  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3084 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.
      3084 3085 3086 3087 3088 3089 3090  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3084 class FargateProfileIssue < Struct.new( :code, :message, :resource_ids) SENSITIVE = [] include Aws::Structure end  |