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