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