Class BackupNotFoundException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Backup not found for the given BackupARN.
public class BackupNotFoundException : AmazonDynamoDBException
- Inheritance
-
BackupNotFoundException
Constructors
BackupNotFoundException(Exception)
Construct instance of BackupNotFoundException
public BackupNotFoundException(Exception innerException)
Parameters
innerException
Exception
BackupNotFoundException(string)
Constructs a new BackupNotFoundException with the specified error message.
public BackupNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
BackupNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
BackupNotFoundException(string, Exception)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, Exception innerException)
Parameters
BackupNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of BackupNotFoundException
public BackupNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode