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
messagestringDescribes 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
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
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
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode