/AWS1/CL_EMRASPLYSTATECHANGE00¶
The reason for an AutoScalingPolicyStatus change.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_code TYPE /AWS1/EMRASPOLICYSTATECHANGERC /AWS1/EMRASPOLICYSTATECHANGERC¶
The code indicating the reason for the change in status.
USER_REQUESTindicates that the scaling policy status was changed by a user.PROVISION_FAILUREindicates that the status change was because the policy failed to provision.CLEANUP_FAILUREindicates an error.
iv_message TYPE /AWS1/EMRSTRING /AWS1/EMRSTRING¶
A friendly, more verbose message that accompanies an automatic scaling policy state change.
Queryable Attributes¶
Code¶
The code indicating the reason for the change in status.
USER_REQUESTindicates that the scaling policy status was changed by a user.PROVISION_FAILUREindicates that the status change was because the policy failed to provision.CLEANUP_FAILUREindicates an error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Message¶
A friendly, more verbose message that accompanies an automatic scaling policy state change.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |