| 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.QuickSight.Types.TemplateError
Description
Documentation
data TemplateError Source #
List of errors that occurred when the template version creation failed.
See: newTemplateError smart constructor.
Constructors
| TemplateError' | |
Fields
| |
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:message:TemplateError', templateError_message - Description of the error type.
$sel:type':TemplateError', templateError_type - Type of error.
$sel:violatedEntities:TemplateError', templateError_violatedEntities -
templateError_message :: Lens' TemplateError (Maybe Text) Source #
Description of the error type.
templateError_type :: Lens' TemplateError (Maybe TemplateErrorType) Source #
Type of error.