Class PreconditionNotMetException
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
The request failed because you did not complete all the prerequisite steps.
public class PreconditionNotMetException : AmazonSecretsManagerException
- Inheritance
-
PreconditionNotMetException
Constructors
PreconditionNotMetException(Exception)
Construct instance of PreconditionNotMetException
public PreconditionNotMetException(Exception innerException)
Parameters
innerExceptionException
PreconditionNotMetException(string)
Constructs a new PreconditionNotMetException with the specified error message.
public PreconditionNotMetException(string message)
Parameters
messagestringDescribes the error encountered.
PreconditionNotMetException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of PreconditionNotMetException
public PreconditionNotMetException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode
PreconditionNotMetException(string, Exception)
Construct instance of PreconditionNotMetException
public PreconditionNotMetException(string message, Exception innerException)
Parameters
PreconditionNotMetException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of PreconditionNotMetException
public PreconditionNotMetException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
messagestringinnerExceptionExceptionerrorTypeErrorTypeerrorCodestringrequestIdstringstatusCodeHttpStatusCode