/AWS1/CL_DETUNPROCESSEDACCOUNT¶
A member account that was included in a request but for which the request could not be processed.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_accountid
TYPE /AWS1/DETACCOUNTID
/AWS1/DETACCOUNTID
¶
The Amazon Web Services account identifier of the member account that was not processed.
iv_reason
TYPE /AWS1/DETUNPROCESSEDREASON
/AWS1/DETUNPROCESSEDREASON
¶
The reason that the member account request could not be processed.
Queryable Attributes¶
AccountId¶
The Amazon Web Services account identifier of the member account that was not processed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNTID() |
Getter for ACCOUNTID, with configurable default |
ASK_ACCOUNTID() |
Getter for ACCOUNTID w/ exceptions if field has no value |
HAS_ACCOUNTID() |
Determine if ACCOUNTID has a value |
Reason¶
The reason that the member account request could not be processed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_UNPROCESSEDACCOUNTLIST
¶
TYPES TT_UNPROCESSEDACCOUNTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DETUNPROCESSEDACCOUNT WITH DEFAULT KEY
.