SettingsClustersConfigurationDraftImportResultStatus
The DraftImportResult.Status enumerated type contains the possible status codes describing the result of importing desired configuration for a cluster.
RUNNING : The task is in-progress.
OK : Desired configuration imported successfully.
ERROR : Desired configuration import failed with error.
CANCELED :
Enumeration: RUNNING, OK, ERROR, CANCELED,