Class ThrottledException
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Indicates that the rate at which requests have been submitted for this action exceeds the limit for your account.
public class ThrottledException : AmazonSimpleNotificationServiceException
- Inheritance
-
ThrottledException
Constructors
ThrottledException(Exception)
Construct instance of ThrottledException
public ThrottledException(Exception innerException)
Parameters
innerExceptionException
ThrottledException(string)
Constructs a new ThrottledException with the specified error message.
public ThrottledException(string message)
Parameters
messagestringDescribes the error encountered.
ThrottledException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of ThrottledException
public ThrottledException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
ThrottledException(string, Exception)
Construct instance of ThrottledException
public ThrottledException(string message, Exception innerException)
Parameters
ThrottledException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of ThrottledException
public ThrottledException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode