Class LimitExceededException
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
The request failed because it would exceed one of the Secrets Manager internal limits.
public class LimitExceededException : AmazonSecretsManagerException- Inheritance
- 
      
      
      LimitExceededException
Constructors
LimitExceededException(Exception)
Construct instance of LimitExceededException
public LimitExceededException(Exception innerException)Parameters
- innerExceptionException
LimitExceededException(string)
Constructs a new LimitExceededException with the specified error message.
public LimitExceededException(string message)Parameters
- messagestring
- Describes the error encountered. 
LimitExceededException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of LimitExceededException
public LimitExceededException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)Parameters
- messagestring
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode
LimitExceededException(string, Exception)
Construct instance of LimitExceededException
public LimitExceededException(string message, Exception innerException)Parameters
LimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of LimitExceededException
public LimitExceededException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)Parameters
- messagestring
- innerExceptionException
- errorTypeErrorType
- errorCodestring
- requestIdstring
- statusCodeHttpStatusCode