Class: Aws::QuickSight::Types::SnapshotJobErrorInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SnapshotJobErrorInfo
- 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
-
#error_message ⇒ String
The error message.
-
#error_type ⇒ String
The error type.
Instance Attribute Details
#error_message ⇒ String
The error message.
36227 36228 36229 36230 36231 36232 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36227 class SnapshotJobErrorInfo < Struct.new( :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |
#error_type ⇒ String
The error type.
36227 36228 36229 36230 36231 36232 |
# File 'lib/aws-sdk-quicksight/types.rb', line 36227 class SnapshotJobErrorInfo < Struct.new( :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |