| 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.IoT.Types.ValidationError
Description
Synopsis
Documentation
data ValidationError Source #
Information about an error found in a behavior specification.
See: newValidationError smart constructor.
Constructors
| ValidationError' | |
Fields
| |
Instances
newValidationError :: ValidationError Source #
Create a value of ValidationError 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:ValidationError', validationError_errorMessage - The description of an error found in the behaviors.
validationError_errorMessage :: Lens' ValidationError (Maybe Text) Source #
The description of an error found in the behaviors.