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 |
Synopsis
Documentation
data ValidationError Source #
Information about an error found in a behavior specification.
See: newValidationError
smart constructor.
ValidationError' | |
|
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.