Class KMSDisabledException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
The request was rejected because the specified customer master key (CMK) isn't enabled.
public class KMSDisabledException : AmazonSimpleNotificationServiceException
- Inheritance
-
KMSDisabledException
Constructors
KMSDisabledException(Exception)
Construct instance of KMSDisabledException
public KMSDisabledException(Exception innerException)
Parameters
innerException
Exception
KMSDisabledException(string)
Constructs a new KMSDisabledException with the specified error message.
public KMSDisabledException(string message)
Parameters
message
stringDescribes the error encountered.
KMSDisabledException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of KMSDisabledException
public KMSDisabledException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
KMSDisabledException(string, Exception)
Construct instance of KMSDisabledException
public KMSDisabledException(string message, Exception innerException)
Parameters
KMSDisabledException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of KMSDisabledException
public KMSDisabledException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode