Class: Aws::DynamoDB::Types::DuplicateItemException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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

#messageString

Returns:

  • (String)


3014
3015
3016
3017
3018
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3014

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