Class IdempotentParameterMismatchException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
DynamoDB rejected the request because you retried a request with a different payload but with an idempotent token that was already used.
public class IdempotentParameterMismatchException : AmazonDynamoDBException
- Inheritance
-
IdempotentParameterMismatchException
Constructors
IdempotentParameterMismatchException(Exception)
Construct instance of IdempotentParameterMismatchException
public IdempotentParameterMismatchException(Exception innerException)
Parameters
innerExceptionException
IdempotentParameterMismatchException(string)
Constructs a new IdempotentParameterMismatchException with the specified error message.
public IdempotentParameterMismatchException(string message)
Parameters
messagestringDescribes the error encountered.
IdempotentParameterMismatchException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of IdempotentParameterMismatchException
public IdempotentParameterMismatchException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
IdempotentParameterMismatchException(string, Exception)
Construct instance of IdempotentParameterMismatchException
public IdempotentParameterMismatchException(string message, Exception innerException)
Parameters
IdempotentParameterMismatchException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of IdempotentParameterMismatchException
public IdempotentParameterMismatchException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode