All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.service.billing.DeliveryStatus Maven / Gradle / Ivy

// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.

package com.databricks.sdk.service.billing;

import com.databricks.sdk.support.Generated;

/** This describes an enum */
@Generated
public enum DeliveryStatus {
  CREATED, // There were no log delivery attempts since the config was created.
  NOT_FOUND, // The log delivery status as the configuration has been disabled since the
  // release of this feature or there are no workspaces in the account.
  SUCCEEDED, // The latest attempt of log delivery has succeeded completely.
  SYSTEM_FAILURE, // The latest attempt of log delivery failed because of an  internal
  // error. Contact support if it doesn't go away soon.
  USER_FAILURE, // The latest attempt of log delivery failed because of misconfiguration of
  // customer provided permissions on role or storage.

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy