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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ImportConflictException(string, Exception)
Construct instance of ImportConflictException
public ImportConflictException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode