BatchDeleteError

Represents an error that occurred when attempting to delete a configuration.

Types

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

Properties

Link copied to clipboard

Error code indicating the type of failure.

Link copied to clipboard

Descriptive error message.

Link copied to clipboard

ARN of the configuration that failed to delete.

Functions

Link copied to clipboard
inline fun copy(block: BatchDeleteError.Builder.() -> Unit = {}): BatchDeleteError
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