Class: Aws::QuickSight::Types::SnapshotJobResultErrorInfo

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

Overview

Information on the error that caused the snapshot job to fail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message.

Returns:

  • (String)


36448
36449
36450
36451
36452
36453
# File 'lib/aws-sdk-quicksight/types.rb', line 36448

class SnapshotJobResultErrorInfo < Struct.new(
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

The error type.

Returns:

  • (String)


36448
36449
36450
36451
36452
36453
# File 'lib/aws-sdk-quicksight/types.rb', line 36448

class SnapshotJobResultErrorInfo < Struct.new(
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end