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