Class: Aws::DataExchange::Types::ImportAssetFromSignedUrlJobErrorDetails

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

Overview

Details about the job error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_nameString

Details about the job error.

Returns:

  • (String)


1684
1685
1686
1687
1688
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1684

class ImportAssetFromSignedUrlJobErrorDetails < Struct.new(
  :asset_name)
  SENSITIVE = []
  include Aws::Structure
end