Class: Aws::QuickSight::Types::AnalysisError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnalysisError
- Includes:
- Structure
- Defined in:
- 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.
532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-quicksight/types.rb', line 532 class AnalysisError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the analysis error.
532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-quicksight/types.rb', line 532 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
532 533 534 535 536 537 538 |
# File 'lib/aws-sdk-quicksight/types.rb', line 532 class AnalysisError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |