| 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.MacieV2.Types.UnprocessedAccount
Description
Synopsis
- data UnprocessedAccount = UnprocessedAccount' {}
- newUnprocessedAccount :: UnprocessedAccount
- unprocessedAccount_accountId :: Lens' UnprocessedAccount (Maybe Text)
- unprocessedAccount_errorCode :: Lens' UnprocessedAccount (Maybe ErrorCode)
- unprocessedAccount_errorMessage :: Lens' UnprocessedAccount (Maybe Text)
Documentation
data UnprocessedAccount Source #
Provides information about an account-related request that hasn't been processed.
See: newUnprocessedAccount smart constructor.
Constructors
| UnprocessedAccount' | |
Instances
newUnprocessedAccount :: UnprocessedAccount Source #
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 for the account that the request
applies to.
$sel:errorCode:UnprocessedAccount', unprocessedAccount_errorCode - The source of the issue or delay in processing the request.
$sel:errorMessage:UnprocessedAccount', unprocessedAccount_errorMessage - The reason why the request hasn't been processed.
unprocessedAccount_accountId :: Lens' UnprocessedAccount (Maybe Text) Source #
The Amazon Web Services account ID for the account that the request applies to.
unprocessedAccount_errorCode :: Lens' UnprocessedAccount (Maybe ErrorCode) Source #
The source of the issue or delay in processing the request.
unprocessedAccount_errorMessage :: Lens' UnprocessedAccount (Maybe Text) Source #
The reason why the request hasn't been processed.