Skip to content

DynamoDB  >  Errors  >  RequestLimitExceeded

RequestLimitExceeded

Error Class

RequestLimitExceeded dataclass

Bases: ServiceError

Throughput exceeds the current throughput quota for your account. For detailed information about why the request was throttled and the ARN of the impacted resource, find the ThrottlingReason field in the returned exception. Contact Amazon Web Services Support to request a quota increase.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'
throttling_reasons class-attribute instance-attribute
throttling_reasons: list[ThrottlingReason] | None = None

A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.