| 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 |
Amazonka.SecurityHub.Types.BatchUpdateFindingsUnprocessedFinding
Description
Synopsis
- data BatchUpdateFindingsUnprocessedFinding = BatchUpdateFindingsUnprocessedFinding' {}
- newBatchUpdateFindingsUnprocessedFinding :: AwsSecurityFindingIdentifier -> Text -> Text -> BatchUpdateFindingsUnprocessedFinding
- batchUpdateFindingsUnprocessedFinding_findingIdentifier :: Lens' BatchUpdateFindingsUnprocessedFinding AwsSecurityFindingIdentifier
- batchUpdateFindingsUnprocessedFinding_errorCode :: Lens' BatchUpdateFindingsUnprocessedFinding Text
- batchUpdateFindingsUnprocessedFinding_errorMessage :: Lens' BatchUpdateFindingsUnprocessedFinding Text
Documentation
data BatchUpdateFindingsUnprocessedFinding Source #
A finding from a BatchUpdateFindings request that Security Hub was
unable to update.
See: newBatchUpdateFindingsUnprocessedFinding smart constructor.
Constructors
| BatchUpdateFindingsUnprocessedFinding' | |
Fields
| |
Instances
newBatchUpdateFindingsUnprocessedFinding Source #
Arguments
| :: AwsSecurityFindingIdentifier |
|
| -> Text | |
| -> Text | |
| -> BatchUpdateFindingsUnprocessedFinding |
Create a value of BatchUpdateFindingsUnprocessedFinding 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:findingIdentifier:BatchUpdateFindingsUnprocessedFinding', batchUpdateFindingsUnprocessedFinding_findingIdentifier - The identifier of the finding that was not updated.
$sel:errorCode:BatchUpdateFindingsUnprocessedFinding', batchUpdateFindingsUnprocessedFinding_errorCode - The code associated with the error.
$sel:errorMessage:BatchUpdateFindingsUnprocessedFinding', batchUpdateFindingsUnprocessedFinding_errorMessage - The message associated with the error.
batchUpdateFindingsUnprocessedFinding_findingIdentifier :: Lens' BatchUpdateFindingsUnprocessedFinding AwsSecurityFindingIdentifier Source #
The identifier of the finding that was not updated.
batchUpdateFindingsUnprocessedFinding_errorCode :: Lens' BatchUpdateFindingsUnprocessedFinding Text Source #
The code associated with the error.
batchUpdateFindingsUnprocessedFinding_errorMessage :: Lens' BatchUpdateFindingsUnprocessedFinding Text Source #
The message associated with the error.