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.

For more information, see [DescribeDashboardSnapshotJobResult API].

[1]: docs.aws.amazon.com/quicksight/latest/APIReference/API_DescribeDashboardSnapshotJobResult.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message.

Returns:

  • (String)


34924
34925
34926
34927
34928
34929
# File 'lib/aws-sdk-quicksight/types.rb', line 34924

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

#error_typeString

The error type.

Returns:

  • (String)


34924
34925
34926
34927
34928
34929
# File 'lib/aws-sdk-quicksight/types.rb', line 34924

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