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)


13503
13504
13505
13506
13507
13508
# File 'lib/aws-sdk-quicksight/types.rb', line 13503

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

#typeString

Error type.

Returns:

  • (String)


13503
13504
13505
13506
13507
13508
# File 'lib/aws-sdk-quicksight/types.rb', line 13503

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