Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data TemplateError Source #
List of errors that occurred when the template version creation failed.
See: newTemplateError
smart constructor.
Instances
newTemplateError :: TemplateError Source #
Create a value of TemplateError
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:type':TemplateError'
, templateError_type
- Type of error.
$sel:message:TemplateError'
, templateError_message
- Description of the error type.
templateError_type :: Lens' TemplateError (Maybe TemplateErrorType) Source #
Type of error.
templateError_message :: Lens' TemplateError (Maybe Text) Source #
Description of the error type.