Table of Contents

Class TableAlreadyExistsException

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

A target table with the specified name already exists.

public class TableAlreadyExistsException : AmazonDynamoDBException
Inheritance
TableAlreadyExistsException

Constructors

TableAlreadyExistsException(Exception)

Construct instance of TableAlreadyExistsException

public TableAlreadyExistsException(Exception innerException)

Parameters

innerException Exception

TableAlreadyExistsException(string)

Constructs a new TableAlreadyExistsException with the specified error message.

public TableAlreadyExistsException(string message)

Parameters

message string

Describes the error encountered.

TableAlreadyExistsException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of TableAlreadyExistsException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

TableAlreadyExistsException(string, Exception)

Construct instance of TableAlreadyExistsException

public TableAlreadyExistsException(string message, Exception innerException)

Parameters

message string
innerException Exception

TableAlreadyExistsException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of TableAlreadyExistsException

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