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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
GlobalTableAlreadyExistsException(string, Exception)
Construct instance of GlobalTableAlreadyExistsException
public GlobalTableAlreadyExistsException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode