amazonka-sagemaker-geospatial-2.0: Amazon SageMaker geospatial capabilities SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

Description

 
Synopsis

Documentation

data ExportErrorDetails Source #

The structure for returning the export error details in a GetEarthObservationJob.

See: newExportErrorDetails smart constructor.

Instances

Instances details
FromJSON ExportErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

Generic ExportErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

Associated Types

type Rep ExportErrorDetails :: Type -> Type #

Read ExportErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

Show ExportErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

NFData ExportErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

Methods

rnf :: ExportErrorDetails -> () #

Eq ExportErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

Hashable ExportErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

type Rep ExportErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails

type Rep ExportErrorDetails = D1 ('MetaData "ExportErrorDetails" "Amazonka.SageMakerGeoSpatial.Types.ExportErrorDetails" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ExportErrorDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exportResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportErrorDetailsOutput)) :*: S1 ('MetaSel ('Just "exportSourceImages") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExportErrorDetailsOutput))))

newExportErrorDetails :: ExportErrorDetails Source #

Create a value of ExportErrorDetails 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:exportResults:ExportErrorDetails', exportErrorDetails_exportResults -

$sel:exportSourceImages:ExportErrorDetails', exportErrorDetails_exportSourceImages -