| 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.Detective.Types.UnprocessedAccount
Description
Documentation
data UnprocessedAccount Source #
A member account that was included in a request but for which the request could not be 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 identifier of the member account that
was not processed.
$sel:reason:UnprocessedAccount', unprocessedAccount_reason - The reason that the member account request could not be processed.
unprocessedAccount_accountId :: Lens' UnprocessedAccount (Maybe Text) Source #
The Amazon Web Services account identifier of the member account that was not processed.
unprocessedAccount_reason :: Lens' UnprocessedAccount (Maybe Text) Source #
The reason that the member account request could not be processed.