Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
Information about the job error.
See: newDetails
smart constructor.
Details' | |
|
Instances
Eq Details Source # | |
Read Details Source # | |
Show Details Source # | |
Generic Details Source # | |
NFData Details Source # | |
Defined in Amazonka.DataExchange.Types.Details | |
Hashable Details Source # | |
Defined in Amazonka.DataExchange.Types.Details | |
FromJSON Details Source # | |
type Rep Details Source # | |
Defined in Amazonka.DataExchange.Types.Details type Rep Details = D1 ('MetaData "Details" "Amazonka.DataExchange.Types.Details" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "Details'" 'PrefixI 'True) (S1 ('MetaSel ('Just "importAssetFromSignedUrlJobErrorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImportAssetFromSignedUrlJobErrorDetails)) :*: S1 ('MetaSel ('Just "importAssetsFromS3JobErrorDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssetSourceEntry])))) |
newDetails :: Details Source #
Create a value of Details
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:importAssetFromSignedUrlJobErrorDetails:Details'
, details_importAssetFromSignedUrlJobErrorDetails
- Information about the job error.
$sel:importAssetsFromS3JobErrorDetails:Details'
, details_importAssetsFromS3JobErrorDetails
- Information about the job error.
details_importAssetFromSignedUrlJobErrorDetails :: Lens' Details (Maybe ImportAssetFromSignedUrlJobErrorDetails) Source #
Information about the job error.
details_importAssetsFromS3JobErrorDetails :: Lens' Details (Maybe [AssetSourceEntry]) Source #
Information about the job error.