Class: Aws::QuickSight::Types::DataSourceErrorInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Error message.

Returns:

  • (String)


8109
8110
8111
8112
8113
8114
# File 'lib/aws-sdk-quicksight/types.rb', line 8109

class DataSourceErrorInfo < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Error type.

Returns:

  • (String)


8109
8110
8111
8112
8113
8114
# File 'lib/aws-sdk-quicksight/types.rb', line 8109

class DataSourceErrorInfo < Struct.new(
  :type,
  :message)
  SENSITIVE = []
  include Aws::Structure
end