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