| 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.SageMaker.Types.RenderingError
Description
Synopsis
Documentation
data RenderingError Source #
A description of an error that occurred while rendering the template.
See: newRenderingError smart constructor.
Constructors
| RenderingError' | |
Instances
Create a value of RenderingError 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:code:RenderingError', renderingError_code - A unique identifier for a specific class of errors.
$sel:message:RenderingError', renderingError_message - A human-readable message describing the error.
renderingError_code :: Lens' RenderingError Text Source #
A unique identifier for a specific class of errors.
renderingError_message :: Lens' RenderingError Text Source #
A human-readable message describing the error.