Amazon.CognitoSync.Model.LambdaThrottledException.LambdaThrottledException C# (CSharp) Method

LambdaThrottledException() public method

Constructs a new LambdaThrottledException with the specified error message.
public LambdaThrottledException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public LambdaThrottledException(string message) 
            : base(message) {}
          

Same methods

LambdaThrottledException::LambdaThrottledException ( Exception innerException ) : System
LambdaThrottledException::LambdaThrottledException ( System info, System context ) : System
LambdaThrottledException::LambdaThrottledException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
LambdaThrottledException::LambdaThrottledException ( string message, Exception innerException ) : System
LambdaThrottledException::LambdaThrottledException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
LambdaThrottledException