| 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.SecretsManager.Types.ValidationErrorsEntry
Description
Documentation
data ValidationErrorsEntry Source #
Displays errors that occurred during validation of the resource policy.
See: newValidationErrorsEntry smart constructor.
Constructors
| ValidationErrorsEntry' | |
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.