Class: Aws::DynamoDB::Types::DuplicateItemException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::DuplicateItemException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
There was an attempt to insert an item with the same primary key as an item that already exists in the DynamoDB table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2899 2900 2901 2902 2903 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 2899 class DuplicateItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |