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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
KMSAccessDeniedException(string, Exception)
Construct instance of KMSAccessDeniedException
public KMSAccessDeniedException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode