Table of Contents

Class ImportConflictException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

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.

public class ImportConflictException : AmazonDynamoDBException
Inheritance
ImportConflictException

Constructors

ImportConflictException(Exception)

Construct instance of ImportConflictException

public ImportConflictException(Exception innerException)

Parameters

innerException Exception

ImportConflictException(string)

Constructs a new ImportConflictException with the specified error message.

public ImportConflictException(string message)

Parameters

message string

Describes the error encountered.

ImportConflictException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ImportConflictException

public ImportConflictException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ImportConflictException(string, Exception)

Construct instance of ImportConflictException

public ImportConflictException(string message, Exception innerException)

Parameters

message string
innerException Exception

ImportConflictException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ImportConflictException

public ImportConflictException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode