Table of Contents

Class KMSAccessDeniedException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

The ciphertext references a key that doesn't exist or that you don't have access to.

public class KMSAccessDeniedException : AmazonSimpleNotificationServiceException
Inheritance
KMSAccessDeniedException

Constructors

KMSAccessDeniedException(Exception)

Construct instance of KMSAccessDeniedException

public KMSAccessDeniedException(Exception innerException)

Parameters

innerException Exception

KMSAccessDeniedException(string)

Constructs a new KMSAccessDeniedException with the specified error message.

public KMSAccessDeniedException(string message)

Parameters

message string

Describes the error encountered.

KMSAccessDeniedException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of KMSAccessDeniedException

public KMSAccessDeniedException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

KMSAccessDeniedException(string, Exception)

Construct instance of KMSAccessDeniedException

public KMSAccessDeniedException(string message, Exception innerException)

Parameters

message string
innerException Exception

KMSAccessDeniedException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of KMSAccessDeniedException

public KMSAccessDeniedException(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