| 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.Result
Description
Documentation
Details about the account that was not processed.
See: newResult smart constructor.
Constructors
| Result' | |
Instances
| Eq Result Source # | |
| Read Result Source # | |
| Show Result Source # | |
| Generic Result Source # | |
| NFData Result Source # | |
Defined in Amazonka.SecurityHub.Types.Result | |
| Hashable Result Source # | |
Defined in Amazonka.SecurityHub.Types.Result | |
| FromJSON Result Source # | |
| type Rep Result Source # | |
Defined in Amazonka.SecurityHub.Types.Result type Rep Result = D1 ('MetaData "Result" "Amazonka.SecurityHub.Types.Result" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "Result'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "processingResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Result 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:accountId:Result', result_accountId - An Amazon Web Services account ID of the account that was not processed.
$sel:processingResult:Result', result_processingResult - The reason that the account was not processed.