Class ReplicaNotFoundException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
The specified replica is no longer part of the global table.
public class ReplicaNotFoundException : AmazonDynamoDBException
- Inheritance
-
ReplicaNotFoundException
Constructors
ReplicaNotFoundException(Exception)
Construct instance of ReplicaNotFoundException
public ReplicaNotFoundException(Exception innerException)
Parameters
innerException
Exception
ReplicaNotFoundException(string)
Constructs a new ReplicaNotFoundException with the specified error message.
public ReplicaNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
ReplicaNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ReplicaNotFoundException
public ReplicaNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ReplicaNotFoundException(string, Exception)
Construct instance of ReplicaNotFoundException
public ReplicaNotFoundException(string message, Exception innerException)
Parameters
ReplicaNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ReplicaNotFoundException
public ReplicaNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode