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