Class KMSNotFoundException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
The request was rejected because the specified entity or resource can't be found.
public class KMSNotFoundException : AmazonSimpleNotificationServiceException
- Inheritance
-
KMSNotFoundException
Constructors
KMSNotFoundException(Exception)
Construct instance of KMSNotFoundException
public KMSNotFoundException(Exception innerException)
Parameters
innerException
Exception
KMSNotFoundException(string)
Constructs a new KMSNotFoundException with the specified error message.
public KMSNotFoundException(string message)
Parameters
message
stringDescribes the error encountered.
KMSNotFoundException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of KMSNotFoundException
public KMSNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
KMSNotFoundException(string, Exception)
Construct instance of KMSNotFoundException
public KMSNotFoundException(string message, Exception innerException)
Parameters
KMSNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of KMSNotFoundException
public KMSNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode