libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.ImportFindingsError

Description

 
Synopsis

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.

Constructors

ImportFindingsError' 

Fields

  • id :: Text

    The identifier of the finding that could not be updated.

  • errorCode :: Text

    The code of the error returned by the BatchImportFindings operation.

  • errorMessage :: Text

    The message of the error returned by the BatchImportFindings operation.

Instances

Instances details
Eq ImportFindingsError Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ImportFindingsError

Read ImportFindingsError Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ImportFindingsError

Show ImportFindingsError Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ImportFindingsError

Generic ImportFindingsError Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ImportFindingsError

Associated Types

type Rep ImportFindingsError :: Type -> Type #

NFData ImportFindingsError Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ImportFindingsError

Methods

rnf :: ImportFindingsError -> () #

Hashable ImportFindingsError Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ImportFindingsError

FromJSON ImportFindingsError Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ImportFindingsError

type Rep ImportFindingsError Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.ImportFindingsError

type Rep ImportFindingsError = D1 ('MetaData "ImportFindingsError" "Amazonka.SecurityHub.Types.ImportFindingsError" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "ImportFindingsError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newImportFindingsError Source #

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.