Class IncompatibleParameterErrorException
The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.
public class IncompatibleParameterErrorException : AmazonFSxException
- Inheritance
-
IncompatibleParameterErrorException
Constructors
IncompatibleParameterErrorException(Exception)
Construct instance of IncompatibleParameterErrorException
public IncompatibleParameterErrorException(Exception innerException)
Parameters
innerException
Exception
IncompatibleParameterErrorException(string)
Constructs a new IncompatibleParameterErrorException with the specified error message.
public IncompatibleParameterErrorException(string message)
Parameters
message
stringDescribes the error encountered.
IncompatibleParameterErrorException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of IncompatibleParameterErrorException
public IncompatibleParameterErrorException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
IncompatibleParameterErrorException(string, Exception)
Construct instance of IncompatibleParameterErrorException
public IncompatibleParameterErrorException(string message, Exception innerException)
Parameters
IncompatibleParameterErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of IncompatibleParameterErrorException
public IncompatibleParameterErrorException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
Properties
Parameter
Gets and sets the property Parameter.
A parameter that is incompatible with the earlier request.
public string Parameter { get; set; }