Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlJobErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetFromSignedUrlJobErrorDetails
- 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
-
#asset_name ⇒ String
Information about the job error.
Instance Attribute Details
#asset_name ⇒ String
Information about the job error.
1860 1861 1862 1863 1864 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1860 class ImportAssetFromSignedUrlJobErrorDetails < Struct.new( :asset_name) SENSITIVE = [] include Aws::Structure end |