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.
9365 9366 9367 9368 9369 9370 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9365 class DataSourceErrorInfo < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Error type.
9365 9366 9367 9368 9369 9370 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9365 class DataSourceErrorInfo < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |