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