updateStatus property
The update status of the capacity provider. The following are the possible states that will be returned.
- DELETE_IN_PROGRESS
- The capacity provider is in the process of being deleted.
- DELETE_COMPLETE
-
The capacity provider has been successfully deleted and will have an
INACTIVE
status. - DELETE_FAILED
- The capacity provider was unable to be deleted. The update status reason will provide further details about why the delete failed.
Implementation
final CapacityProviderUpdateStatus? updateStatus;