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

#message ⇒ String

Error message.

Returns:

  • (String)


15236
15237
15238
15239
15240
15241
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15236

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

#type ⇒ String

Error type.

Returns:

  • (String)


15236
15237
15238
15239
15240
15241
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15236

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