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

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

Instance Attribute Details

#messageString

Error message.

Returns:

  • (String)


8229
8230
8231
8232
8233
8234
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8229

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

#typeString

Error type.

Returns:

  • (String)


8229
8230
8231
8232
8233
8234
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8229

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