Class TableNotFoundException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
A source table with the name
TableName
does not currently exist within
the subscriber's account or the subscriber is operating in the wrong Amazon Web Services
Region.
public class TableNotFoundException : AmazonDynamoDBException
- Inheritance
-
TableNotFoundException
Constructors
TableNotFoundException(Exception)
Construct instance of TableNotFoundException
public TableNotFoundException(Exception innerException)
Parameters
innerException
Exception
TableNotFoundException(string)
Constructs a new TableNotFoundException with the specified error message.
public TableNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
TableNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of TableNotFoundException
public TableNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
TableNotFoundException(string, Exception)
Construct instance of TableNotFoundException
public TableNotFoundException(string message, Exception innerException)
Parameters
TableNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of TableNotFoundException
public TableNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode