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 #
Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.
See: newValidationError
smart constructor.
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:id:ValidationError'
, validationError_id
- The identifier of the object that contains the validation error.
$sel:errors:ValidationError'
, validationError_errors
- A description of the validation error.
validationError_id :: Lens' ValidationError (Maybe Text) Source #
The identifier of the object that contains the validation error.
validationError_errors :: Lens' ValidationError (Maybe [Text]) Source #
A description of the validation error.