| 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.Config.Types.FailedDeleteRemediationExceptionsBatch
Description
Synopsis
- data FailedDeleteRemediationExceptionsBatch = FailedDeleteRemediationExceptionsBatch' {}
- newFailedDeleteRemediationExceptionsBatch :: FailedDeleteRemediationExceptionsBatch
- failedDeleteRemediationExceptionsBatch_failedItems :: Lens' FailedDeleteRemediationExceptionsBatch (Maybe (NonEmpty RemediationExceptionResourceKey))
- failedDeleteRemediationExceptionsBatch_failureMessage :: Lens' FailedDeleteRemediationExceptionsBatch (Maybe Text)
Documentation
data FailedDeleteRemediationExceptionsBatch Source #
List of each of the failed delete remediation exceptions with specific reasons.
See: newFailedDeleteRemediationExceptionsBatch smart constructor.
Constructors
| FailedDeleteRemediationExceptionsBatch' | |
Fields
| |
Instances
newFailedDeleteRemediationExceptionsBatch :: FailedDeleteRemediationExceptionsBatch Source #
Create a value of FailedDeleteRemediationExceptionsBatch 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:failedItems:FailedDeleteRemediationExceptionsBatch', failedDeleteRemediationExceptionsBatch_failedItems - Returns remediation exception resource key object of the failed items.
$sel:failureMessage:FailedDeleteRemediationExceptionsBatch', failedDeleteRemediationExceptionsBatch_failureMessage - Returns a failure message for delete remediation exception. For example,
Config creates an exception due to an internal error.
failedDeleteRemediationExceptionsBatch_failedItems :: Lens' FailedDeleteRemediationExceptionsBatch (Maybe (NonEmpty RemediationExceptionResourceKey)) Source #
Returns remediation exception resource key object of the failed items.
failedDeleteRemediationExceptionsBatch_failureMessage :: Lens' FailedDeleteRemediationExceptionsBatch (Maybe Text) Source #
Returns a failure message for delete remediation exception. For example, Config creates an exception due to an internal error.