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 ValidationErrorsEntry Source #
Displays errors that occurred during validation of the resource policy.
See: newValidationErrorsEntry
smart constructor.
Instances
newValidationErrorsEntry :: ValidationErrorsEntry Source #
Create a value of ValidationErrorsEntry
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:checkName:ValidationErrorsEntry'
, validationErrorsEntry_checkName
- Checks the name of the policy.
$sel:errorMessage:ValidationErrorsEntry'
, validationErrorsEntry_errorMessage
- Displays error messages if validation encounters problems during
validation of the resource policy.
validationErrorsEntry_checkName :: Lens' ValidationErrorsEntry (Maybe Text) Source #
Checks the name of the policy.
validationErrorsEntry_errorMessage :: Lens' ValidationErrorsEntry (Maybe Text) Source #
Displays error messages if validation encounters problems during validation of the resource policy.