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