Class: Aws::DynamoDB::Types::ImportConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ImportConflictException
- Defined in:
- gems/aws-sdk-dynamodb/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
#message ⇒ String
4333 4334 4335 4336 4337 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4333 class ImportConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |