| 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.FailedRemediationExceptionBatch
Description
Synopsis
- data FailedRemediationExceptionBatch = FailedRemediationExceptionBatch' {}
- newFailedRemediationExceptionBatch :: FailedRemediationExceptionBatch
- failedRemediationExceptionBatch_failedItems :: Lens' FailedRemediationExceptionBatch (Maybe [RemediationException])
- failedRemediationExceptionBatch_failureMessage :: Lens' FailedRemediationExceptionBatch (Maybe Text)
Documentation
data FailedRemediationExceptionBatch Source #
List of each of the failed remediation exceptions with specific reasons.
See: newFailedRemediationExceptionBatch smart constructor.
Constructors
| FailedRemediationExceptionBatch' | |
Fields
| |
Instances
newFailedRemediationExceptionBatch :: FailedRemediationExceptionBatch Source #
Create a value of FailedRemediationExceptionBatch 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:FailedRemediationExceptionBatch', failedRemediationExceptionBatch_failedItems - Returns remediation exception resource key object of the failed items.
$sel:failureMessage:FailedRemediationExceptionBatch', failedRemediationExceptionBatch_failureMessage - Returns a failure message. For example, the auto-remediation has failed.
failedRemediationExceptionBatch_failedItems :: Lens' FailedRemediationExceptionBatch (Maybe [RemediationException]) Source #
Returns remediation exception resource key object of the failed items.
failedRemediationExceptionBatch_failureMessage :: Lens' FailedRemediationExceptionBatch (Maybe Text) Source #
Returns a failure message. For example, the auto-remediation has failed.