Status

sealed class Status

The status of the multi-region endpoint (global-endpoint).

  • CREATING – The resource is being provisioned.

  • READY – The resource is ready to use.

  • FAILED – The resource failed to be provisioned.

  • DELETING – The resource is being deleted as requested.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object Creating : Status
Link copied to clipboard
object Deleting : Status
Link copied to clipboard
object Failed : Status
Link copied to clipboard
object Ready : Status
Link copied to clipboard
data class SdkUnknown(val value: String) : Status

Properties

Link copied to clipboard
abstract val value: String