Class: Aws::DataExchange::Types::Details
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::Details
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Information about the job error.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #import_asset_from_signed_url_job_error_details  ⇒ Types::ImportAssetFromSignedUrlJobErrorDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the job error.
 - 
  
    
      #import_assets_from_s3_job_error_details  ⇒ Array<Types::AssetSourceEntry> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the job error.
 
Instance Attribute Details
#import_asset_from_signed_url_job_error_details ⇒ Types::ImportAssetFromSignedUrlJobErrorDetails
Information about the job error.
      1201 1202 1203 1204 1205 1206  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1201 class Details < Struct.new( :import_asset_from_signed_url_job_error_details, :import_assets_from_s3_job_error_details) SENSITIVE = [] include Aws::Structure end  | 
  
#import_assets_from_s3_job_error_details ⇒ Array<Types::AssetSourceEntry>
Details about the job error.
      1201 1202 1203 1204 1205 1206  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1201 class Details < Struct.new( :import_asset_from_signed_url_job_error_details, :import_assets_from_s3_job_error_details) SENSITIVE = [] include Aws::Structure end  |