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
innerException
Exception
IdempotentParameterMismatchException(string)
Constructs a new IdempotentParameterMismatchException with the specified error message.
public IdempotentParameterMismatchException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode