ThrottlingReason

Represents the specific reason why a DynamoDB request was throttled and the ARN of the impacted resource. This helps identify exactly what resource is being throttled, what type of operation caused it, and why the throttling occurred.

Types

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

Properties

Link copied to clipboard

The reason for throttling. The throttling reason follows a specific format: ResourceType+OperationType+LimitType:

Link copied to clipboard

The Amazon Resource Name (ARN) of the DynamoDB table or index that experienced the throttling event.

Functions

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