Table of Contents

Class KMSThrottlingException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.

public class KMSThrottlingException : AmazonSimpleNotificationServiceException
Inheritance
KMSThrottlingException

Constructors

KMSThrottlingException(Exception)

Construct instance of KMSThrottlingException

public KMSThrottlingException(Exception innerException)

Parameters

innerException Exception

KMSThrottlingException(string)

Constructs a new KMSThrottlingException with the specified error message.

public KMSThrottlingException(string message)

Parameters

message string

Describes the error encountered.

KMSThrottlingException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of KMSThrottlingException

public KMSThrottlingException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

KMSThrottlingException(string, Exception)

Construct instance of KMSThrottlingException

public KMSThrottlingException(string message, Exception innerException)

Parameters

message string
innerException Exception

KMSThrottlingException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of KMSThrottlingException

public KMSThrottlingException(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