ConflictException

The request conflicts with the current state of the resource. This can occur when trying to create a resource that already exists or delete a resource that is in use.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error code associated with the exception.

Link copied to clipboard

The identifier of the resource that caused the conflict.

Link copied to clipboard

The type of the resource that caused the conflict.

Functions

Link copied to clipboard
inline fun copy(block: ConflictException.Builder.() -> Unit = {}): ConflictException
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String