Class ReplicaAlreadyExistsException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
The specified replica is already part of the global table.
public class ReplicaAlreadyExistsException : AmazonDynamoDBException
- Inheritance
-
ReplicaAlreadyExistsException
Constructors
ReplicaAlreadyExistsException(Exception)
Construct instance of ReplicaAlreadyExistsException
public ReplicaAlreadyExistsException(Exception innerException)
Parameters
innerExceptionException
ReplicaAlreadyExistsException(string)
Constructs a new ReplicaAlreadyExistsException with the specified error message.
public ReplicaAlreadyExistsException(string message)
Parameters
messagestringDescribes the error encountered.
ReplicaAlreadyExistsException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ReplicaAlreadyExistsException
public ReplicaAlreadyExistsException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
ReplicaAlreadyExistsException(string, Exception)
Construct instance of ReplicaAlreadyExistsException
public ReplicaAlreadyExistsException(string message, Exception innerException)
Parameters
ReplicaAlreadyExistsException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ReplicaAlreadyExistsException
public ReplicaAlreadyExistsException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode