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

Description

 
Synopsis

Documentation

data VectorEnrichmentJobErrorDetails Source #

VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.

See: newVectorEnrichmentJobErrorDetails smart constructor.

Constructors

VectorEnrichmentJobErrorDetails' 

Fields

Instances

Instances details
FromJSON VectorEnrichmentJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails

Generic VectorEnrichmentJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails

Associated Types

type Rep VectorEnrichmentJobErrorDetails :: Type -> Type #

Read VectorEnrichmentJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails

Show VectorEnrichmentJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails

NFData VectorEnrichmentJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails

Eq VectorEnrichmentJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails

Hashable VectorEnrichmentJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails

type Rep VectorEnrichmentJobErrorDetails Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails

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

newVectorEnrichmentJobErrorDetails :: VectorEnrichmentJobErrorDetails Source #

Create a value of VectorEnrichmentJobErrorDetails 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:errorMessage:VectorEnrichmentJobErrorDetails', vectorEnrichmentJobErrorDetails_errorMessage - A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.

$sel:errorType:VectorEnrichmentJobErrorDetails', vectorEnrichmentJobErrorDetails_errorType - The type of error generated during the Vector Enrichment job.

vectorEnrichmentJobErrorDetails_errorMessage :: Lens' VectorEnrichmentJobErrorDetails (Maybe Text) Source #

A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.