Class: Aws::QuickSight::Types::ErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ErrorInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Error information for the SPICE ingestion of a dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error message.
-
#type ⇒ String
Error type.
Instance Attribute Details
#message ⇒ String
Error message.
15352 15353 15354 15355 15356 15357 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15352 class ErrorInfo < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Error type.
15352 15353 15354 15355 15356 15357 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15352 class ErrorInfo < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |