Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlJobErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::ImportAssetFromSignedUrlJobErrorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Details about the job error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_name ⇒ String
Details about the job error.
Instance Attribute Details
#asset_name ⇒ String
Details about the job error.
2151 2152 2153 2154 2155 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2151 class ImportAssetFromSignedUrlJobErrorDetails < Struct.new( :asset_name) SENSITIVE = [] include Aws::Structure end |