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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
KMSThrottlingException(string, Exception)
Construct instance of KMSThrottlingException
public KMSThrottlingException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode