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)


20092
20093
20094
20095
20096
20097
# File 'lib/aws-sdk-quicksight/types.rb', line 20092

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

#typeString

Error type.

Returns:

  • (String)


20092
20093
20094
20095
20096
20097
# File 'lib/aws-sdk-quicksight/types.rb', line 20092

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