CapacityProviderStatus¶
Enum Class¶
CapacityProviderStatus
¶
Bases: UnknownEnumMixin, StrEnum
The status of a capacity provider. Possible values:
-
CREATING-- The service is creating the capacity provider and validating its configuration. -
CREATE_FAILED-- The service could not create the capacity provider. For details, seestatusCodeandstatusReason. -
UPDATING-- The service is updating the capacity provider. -
UPDATE_FAILED-- The service could not update the capacity provider. For details, seestatusCodeandstatusReason. -
READY-- The capacity provider is available for use. -
DELETING-- The service is deleting the capacity provider. -
DELETE_FAILED-- The service could not delete the capacity provider. You can retry the deletion.