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
innerExceptionException
KMSNotFoundException(string)
Constructs a new KMSNotFoundException with the specified error message.
public KMSNotFoundException(string message)
Parameters
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode