Table of Contents

Class GlobalTableNotFoundException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

The specified global table does not exist.

public class GlobalTableNotFoundException : AmazonDynamoDBException
Inheritance
GlobalTableNotFoundException

Constructors

GlobalTableNotFoundException(Exception)

Construct instance of GlobalTableNotFoundException

public GlobalTableNotFoundException(Exception innerException)

Parameters

innerException Exception

GlobalTableNotFoundException(string)

Constructs a new GlobalTableNotFoundException with the specified error message.

public GlobalTableNotFoundException(string message)

Parameters

message string

Describes the error encountered.

GlobalTableNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of GlobalTableNotFoundException

public GlobalTableNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

GlobalTableNotFoundException(string, Exception)

Construct instance of GlobalTableNotFoundException

public GlobalTableNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

GlobalTableNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of GlobalTableNotFoundException

public GlobalTableNotFoundException(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