Class: Aws::DynamoDB::Types::ItemCollectionSizeLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ItemCollectionSizeLimitExceededException
- 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
-
#message ⇒ String
The total size of an item collection has exceeded the maximum limit of 10 gigabytes.
Instance Attribute Details
#message ⇒ String
The total size of an item collection has exceeded the maximum limit of 10 gigabytes.
4972 4973 4974 4975 4976 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4972 class ItemCollectionSizeLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |