Table of Contents

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

PreconditionNotMetException(string, Exception)

Construct instance of PreconditionNotMetException

public PreconditionNotMetException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode