Class: Aws::QuickSight::Types::AnalysisError
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::AnalysisError
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
Analysis error.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message associated with the analysis error.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the analysis error.
 - 
  
    
      #violated_entities  ⇒ Array<Types::Entity> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Lists the violated entities that caused the analysis error.
 
Instance Attribute Details
#message ⇒ String
The message associated with the analysis error.
      780 781 782 783 784 785 786  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 780 class AnalysisError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of the analysis error.
      780 781 782 783 784 785 786  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 780 class AnalysisError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end  | 
  
#violated_entities ⇒ Array<Types::Entity>
Lists the violated entities that caused the analysis error
      780 781 782 783 784 785 786  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 780 class AnalysisError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end  |