Class: Aws::DynamoDB::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

There is no limit to the number of daily on-demand backups that can be taken.

Up to 50 simultaneous table operations are allowed per account. These operations include ‘CreateTable`, `UpdateTable`, `DeleteTable`,`UpdateTimeToLive`, `RestoreTableFromBackup`, and `RestoreTableToPointInTime`.

The only exception is when you are creating a table with one or more secondary indexes. You can have up to 25 such requests running at a time; however, if the table or index specifications are complex, DynamoDB might temporarily reduce the number of concurrent operations.

There is a soft account limit of 256 tables.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Too many operations for a given subscriber.

Returns:

  • (String)


4332
4333
4334
4335
# File 'lib/aws-sdk-dynamodb/types.rb', line 4332

class LimitExceededException < Struct.new(
  :message)
  include Aws::Structure
end