| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobErrorDetails
Description
Synopsis
- data VectorEnrichmentJobErrorDetails = VectorEnrichmentJobErrorDetails' {}
- newVectorEnrichmentJobErrorDetails :: VectorEnrichmentJobErrorDetails
- vectorEnrichmentJobErrorDetails_errorMessage :: Lens' VectorEnrichmentJobErrorDetails (Maybe Text)
- vectorEnrichmentJobErrorDetails_errorType :: Lens' VectorEnrichmentJobErrorDetails (Maybe VectorEnrichmentJobErrorType)
Documentation
data VectorEnrichmentJobErrorDetails Source #
VectorEnrichmentJob error details in response from GetVectorEnrichmentJob.
See: newVectorEnrichmentJobErrorDetails smart constructor.
Constructors
| VectorEnrichmentJobErrorDetails' | |
Fields
| |
Instances
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.
vectorEnrichmentJobErrorDetails_errorType :: Lens' VectorEnrichmentJobErrorDetails (Maybe VectorEnrichmentJobErrorType) Source #
The type of error generated during the Vector Enrichment job.