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

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

Overview

An object that contains information on the error that caused the snapshot job to fail.

For more information, see DescribeDashboardSnapshotJobResult API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_message ⇒ String

The error message.

Returns:

  • (String)


42584
42585
42586
42587
42588
42589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42584

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

#error_type ⇒ String

The error type.

Returns:

  • (String)


42584
42585
42586
42587
42588
42589
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42584

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