| 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.GuardDuty.Types.UnprocessedAccount
Description
Documentation
data UnprocessedAccount Source #
Contains information about the accounts that weren't processed.
See: newUnprocessedAccount smart constructor.
Constructors
| UnprocessedAccount' | |
Instances
newUnprocessedAccount Source #
Arguments
| :: Text | |
| -> Text | |
| -> UnprocessedAccount |
Create a value of UnprocessedAccount 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:UnprocessedAccount', unprocessedAccount_accountId - The Amazon Web Services account ID.
$sel:result:UnprocessedAccount', unprocessedAccount_result - A reason why the account hasn't been processed.
unprocessedAccount_accountId :: Lens' UnprocessedAccount Text Source #
The Amazon Web Services account ID.
unprocessedAccount_result :: Lens' UnprocessedAccount Text Source #
A reason why the account hasn't been processed.