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.EarthObservationJobErrorDetails

Description

 
Synopsis

Documentation

data EarthObservationJobErrorDetails Source #

The structure representing the errors in an EarthObservationJob.

See: newEarthObservationJobErrorDetails smart constructor.

Instances

Instances details
FromJSON EarthObservationJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.EarthObservationJobErrorDetails

Generic EarthObservationJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.EarthObservationJobErrorDetails

Associated Types

type Rep EarthObservationJobErrorDetails :: Type -> Type #

Read EarthObservationJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.EarthObservationJobErrorDetails

Show EarthObservationJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.EarthObservationJobErrorDetails

NFData EarthObservationJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.EarthObservationJobErrorDetails

Eq EarthObservationJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.EarthObservationJobErrorDetails

Hashable EarthObservationJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.EarthObservationJobErrorDetails

type Rep EarthObservationJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.EarthObservationJobErrorDetails

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

newEarthObservationJobErrorDetails :: EarthObservationJobErrorDetails Source #

Create a value of EarthObservationJobErrorDetails 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:message:EarthObservationJobErrorDetails', earthObservationJobErrorDetails_message -

$sel:type':EarthObservationJobErrorDetails', earthObservationJobErrorDetails_type -