Class: Aws::DataExchange::Types::Details
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::Details
- 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
-
#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.
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_details ⇒ Array<Types::AssetSourceEntry>
Details 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 |