Class KMSOptInRequiredException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
The AWS access key ID needs a subscription for the service.
public class KMSOptInRequiredException : AmazonSimpleNotificationServiceException
- Inheritance
-
KMSOptInRequiredException
Constructors
KMSOptInRequiredException(Exception)
Construct instance of KMSOptInRequiredException
public KMSOptInRequiredException(Exception innerException)
Parameters
innerException
Exception
KMSOptInRequiredException(string)
Constructs a new KMSOptInRequiredException with the specified error message.
public KMSOptInRequiredException(string message)
Parameters
message
stringDescribes the error encountered.
KMSOptInRequiredException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of KMSOptInRequiredException
public KMSOptInRequiredException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
KMSOptInRequiredException(string, Exception)
Construct instance of KMSOptInRequiredException
public KMSOptInRequiredException(string message, Exception innerException)
Parameters
KMSOptInRequiredException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of KMSOptInRequiredException
public KMSOptInRequiredException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode