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.
Instance Attribute Details
#message ⇒ String
The message associated with the analysis error.
253 254 255 256 257 258 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 253 class AnalysisError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the analysis error.
253 254 255 256 257 258 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 253 class AnalysisError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |