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 |
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.
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 AWS 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 AWS 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.