amazonka-secretsmanager-2.0: Amazon Secrets Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SecretsManager.Types.ValidationErrorsEntry

Description

 
Synopsis

Documentation

data ValidationErrorsEntry Source #

Displays errors that occurred during validation of the resource policy.

See: newValidationErrorsEntry smart constructor.

Constructors

ValidationErrorsEntry' 

Fields

Instances

Instances details
FromJSON ValidationErrorsEntry Source # 
Instance details

Defined in Amazonka.SecretsManager.Types.ValidationErrorsEntry

Generic ValidationErrorsEntry Source # 
Instance details

Defined in Amazonka.SecretsManager.Types.ValidationErrorsEntry

Associated Types

type Rep ValidationErrorsEntry :: Type -> Type #

Read ValidationErrorsEntry Source # 
Instance details

Defined in Amazonka.SecretsManager.Types.ValidationErrorsEntry

Show ValidationErrorsEntry Source # 
Instance details

Defined in Amazonka.SecretsManager.Types.ValidationErrorsEntry

NFData ValidationErrorsEntry Source # 
Instance details

Defined in Amazonka.SecretsManager.Types.ValidationErrorsEntry

Methods

rnf :: ValidationErrorsEntry -> () #

Eq ValidationErrorsEntry Source # 
Instance details

Defined in Amazonka.SecretsManager.Types.ValidationErrorsEntry

Hashable ValidationErrorsEntry Source # 
Instance details

Defined in Amazonka.SecretsManager.Types.ValidationErrorsEntry

type Rep ValidationErrorsEntry Source # 
Instance details

Defined in Amazonka.SecretsManager.Types.ValidationErrorsEntry

type Rep ValidationErrorsEntry = D1 ('MetaData "ValidationErrorsEntry" "Amazonka.SecretsManager.Types.ValidationErrorsEntry" "amazonka-secretsmanager-2.0-8tljeZ4CwL92E7JavkDb0o" 'False) (C1 ('MetaCons "ValidationErrorsEntry'" 'PrefixI 'True) (S1 ('MetaSel ('Just "checkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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_errorMessage :: Lens' ValidationErrorsEntry (Maybe Text) Source #

Displays error messages if validation encounters problems during validation of the resource policy.