Class: Aws::QuickSight::Types::SnapshotJobErrorInfo

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

Overview

An object that contains 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)


26506
26507
26508
26509
26510
26511
# File 'lib/aws-sdk-quicksight/types.rb', line 26506

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

#error_typeString

The error type.

Returns:

  • (String)


26506
26507
26508
26509
26510
26511
# File 'lib/aws-sdk-quicksight/types.rb', line 26506

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