Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

IdempotentParameterMismatchException(string, Exception)

Construct instance of IdempotentParameterMismatchException

public IdempotentParameterMismatchException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode