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 ImportFindingsError = ImportFindingsError' {}
- newImportFindingsError :: Text -> Text -> Text -> ImportFindingsError
- importFindingsError_id :: Lens' ImportFindingsError Text
- importFindingsError_errorCode :: Lens' ImportFindingsError Text
- importFindingsError_errorMessage :: Lens' ImportFindingsError Text
Documentation
data ImportFindingsError Source #
The list of the findings that cannot be imported. For each finding, the list provides the error.
See: newImportFindingsError
smart constructor.
Instances
newImportFindingsError Source #
:: Text | |
-> Text | |
-> Text | |
-> ImportFindingsError |
Create a value of ImportFindingsError
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:id:ImportFindingsError'
, importFindingsError_id
- The identifier of the finding that could not be updated.
$sel:errorCode:ImportFindingsError'
, importFindingsError_errorCode
- The code of the error returned by the BatchImportFindings
operation.
$sel:errorMessage:ImportFindingsError'
, importFindingsError_errorMessage
- The message of the error returned by the BatchImportFindings
operation.
importFindingsError_id :: Lens' ImportFindingsError Text Source #
The identifier of the finding that could not be updated.
importFindingsError_errorCode :: Lens' ImportFindingsError Text Source #
The code of the error returned by the BatchImportFindings
operation.
importFindingsError_errorMessage :: Lens' ImportFindingsError Text Source #
The message of the error returned by the BatchImportFindings
operation.