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
3043 3044 3045 3046 3047 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3043 class DuplicateItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |