Class: Aws::QuickSight::Types::DataSourceErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSourceErrorInfo
- Defined in:
- gems/aws-sdk-quicksight/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.
11169 11170 11171 11172 11173 11174 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11169 class DataSourceErrorInfo < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Error type.
11169 11170 11171 11172 11173 11174 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11169 class DataSourceErrorInfo < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |