Class: Aws::QuickSight::Types::ErrorInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Error information for the SPICE ingestion of a dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Error message.

Returns:

  • (String)


14953
14954
14955
14956
14957
14958
# File 'lib/aws-sdk-quicksight/types.rb', line 14953

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

#typeString

Error type.

Returns:

  • (String)


14953
14954
14955
14956
14957
14958
# File 'lib/aws-sdk-quicksight/types.rb', line 14953

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