Table of Contents

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 string

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

TableNotFoundException(string, Exception)

Construct instance of TableNotFoundException

public TableNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

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