Class: Aws::DynamoDB::Types::ImportConflictException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DynamoDB::Types::ImportConflictException
 
- 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
#message ⇒ String
| 4566 4567 4568 4569 4570 | # File 'lib/aws-sdk-dynamodb/types.rb', line 4566 class ImportConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |