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)


18591
18592
18593
18594
18595
18596
# File 'lib/aws-sdk-quicksight/types.rb', line 18591

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

#typeString

Error type.

Returns:

  • (String)


18591
18592
18593
18594
18595
18596
# File 'lib/aws-sdk-quicksight/types.rb', line 18591

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