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