Class: Aws::DynamoDB::Types::ItemCollectionSizeLimitExceededException

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

Overview

An item collection is too large. This exception is only returned for tables that have one or more local secondary indexes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The total size of an item collection has exceeded the maximum limit of 10 gigabytes.

Returns:

  • (String)


4879
4880
4881
4882
4883
# File 'lib/aws-sdk-dynamodb/types.rb', line 4879

class ItemCollectionSizeLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end