Name | Type | Description | Notes |
---|---|---|---|
value | ValueEnum | The current status of the SIM card action. | [optional] [readonly] |
reason | String | It describes why the SIM card action is in the current status. This will be <code>null</code> for self-explanatory statuses, such as <code>in-progress</code> and <code>completed</code> but will include further information on statuses like <code>interrupted</code> and <code>failed</code>. | [optional] [readonly] |
Name | Value |
---|---|
IN_PROGRESS | "in-progress" |
COMPLETED | "completed" |
FAILED | "failed" |
INTERRUPTED | "interrupted" |