Class: Aws::DataExchange::Types::Details

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

Overview

Information about the job error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_asset_from_signed_url_job_error_detailsTypes::ImportAssetFromSignedUrlJobErrorDetails

Information about the job error.



912
913
914
915
916
917
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 912

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_detailsArray<Types::AssetSourceEntry>

Details about the job error.

Returns:



912
913
914
915
916
917
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 912

class Details < Struct.new(
  :import_asset_from_signed_url_job_error_details,
  :import_assets_from_s3_job_error_details)
  SENSITIVE = []
  include Aws::Structure
end