Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

KMSDisabledException(string, Exception)

Construct instance of KMSDisabledException

public KMSDisabledException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode