Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 870 Bytes

SIMCardActionStatus.md

File metadata and controls

25 lines (13 loc) · 870 Bytes

SIMCardActionStatus

Properties

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]

Enum: ValueEnum

Name Value
IN_PROGRESS "in-progress"
COMPLETED "completed"
FAILED "failed"
INTERRUPTED "interrupted"