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
innerException
Exception
ThrottledException(string)
Constructs a new ThrottledException with the specified error message.
public ThrottledException(string message)
Parameters
message
stringDescribes 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
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
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
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode