Class: Aws::QuickSight::Types::DataSourceErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSourceErrorInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Error information for the data source creation or update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error message.
-
#type ⇒ String
Error type.
Instance Attribute Details
#message ⇒ String
Error message.
9268 9269 9270 9271 9272 9273 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9268 class DataSourceErrorInfo < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Error type.
9268 9269 9270 9271 9272 9273 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9268 class DataSourceErrorInfo < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |