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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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

Details about the job error.

Returns:



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