Skip to content

/AWS1/CL_COPGETENROLLMENTSTA01

GetEnrollmentStatusResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_STATUS TYPE /AWS1/COPSTATUS /AWS1/COPSTATUS

The enrollment status of the account.

IV_STATUSREASON TYPE /AWS1/COPSTATUSREASON /AWS1/COPSTATUSREASON

The reason for the enrollment status of the account.

For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

IV_MEMBERACCOUNTSENROLLED TYPE /AWS1/COPMEMBERACCTSENROLLED /AWS1/COPMEMBERACCTSENROLLED

Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.

IV_LASTUPDATEDTIMESTAMP TYPE /AWS1/COPLASTUPDATEDTIMESTAMP /AWS1/COPLASTUPDATEDTIMESTAMP

The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.

IV_NUMOFMEMBERACCTSOPTEDIN TYPE /AWS1/COPNOOFMEMBERACCTSOPTE00 /AWS1/COPNOOFMEMBERACCTSOPTE00

The count of organization member accounts that are opted in to the service, if your account is an organization management account.


Queryable Attributes

status

The enrollment status of the account.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

statusReason

The reason for the enrollment status of the account.

For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

memberAccountsEnrolled

Confirms the enrollment status of member accounts of the organization, if the account is a management account of an organization.

Accessible with the following methods

Method Description
GET_MEMBERACCOUNTSENROLLED() Getter for MEMBERACCOUNTSENROLLED

lastUpdatedTimestamp

The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP, with configurable default
ASK_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n
HAS_LASTUPDATEDTIMESTAMP() Determine if LASTUPDATEDTIMESTAMP has a value

numberOfMemberAccountsOptedIn

The count of organization member accounts that are opted in to the service, if your account is an organization management account.

Accessible with the following methods

Method Description
GET_NUMOFMEMBERACCTSOPTEDIN() Getter for NUMBEROFMEMBERACCTSOPTEDIN, with configurable def
ASK_NUMOFMEMBERACCTSOPTEDIN() Getter for NUMBEROFMEMBERACCTSOPTEDIN w/ exceptions if field
HAS_NUMOFMEMBERACCTSOPTEDIN() Determine if NUMBEROFMEMBERACCTSOPTEDIN has a value