Table of Contents

Class GlobalTableAlreadyExistsException

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

The specified global table already exists.

public class GlobalTableAlreadyExistsException : AmazonDynamoDBException
Inheritance
GlobalTableAlreadyExistsException

Constructors

GlobalTableAlreadyExistsException(Exception)

Construct instance of GlobalTableAlreadyExistsException

public GlobalTableAlreadyExistsException(Exception innerException)

Parameters

innerException Exception

GlobalTableAlreadyExistsException(string)

Constructs a new GlobalTableAlreadyExistsException with the specified error message.

public GlobalTableAlreadyExistsException(string message)

Parameters

message string

Describes the error encountered.

GlobalTableAlreadyExistsException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of GlobalTableAlreadyExistsException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

GlobalTableAlreadyExistsException(string, Exception)

Construct instance of GlobalTableAlreadyExistsException

public GlobalTableAlreadyExistsException(string message, Exception innerException)

Parameters

message string
innerException Exception

GlobalTableAlreadyExistsException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of GlobalTableAlreadyExistsException

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