Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

KMSOptInRequiredException(string, Exception)

Construct instance of KMSOptInRequiredException

public KMSOptInRequiredException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode