Class: Aws::QuickSight::Types::SnapshotJobErrorInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::SnapshotJobErrorInfo
 
- 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.
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.
| 32860 32861 32862 32863 32864 32865 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32860 class SnapshotJobErrorInfo < Struct.new( :error_message, :error_type) SENSITIVE = [] include Aws::Structure end | 
#error_type ⇒ String
The error type.
| 32860 32861 32862 32863 32864 32865 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32860 class SnapshotJobErrorInfo < Struct.new( :error_message, :error_type) SENSITIVE = [] include Aws::Structure end |