Class: Aws::DynamoDB::Types::ImportConflictException

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

Overview

There was a conflict when importing from the specified S3 source. This can occur when the current import conflicts with a previous import request that had the same client token.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4473
4474
4475
4476
4477
# File 'lib/aws-sdk-dynamodb/types.rb', line 4473

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