Table of Contents

Class IncompatibleParameterErrorException

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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 string

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

IncompatibleParameterErrorException(string, Exception)

Construct instance of IncompatibleParameterErrorException

public IncompatibleParameterErrorException(string message, Exception innerException)

Parameters

message string
innerException Exception

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

Properties

Parameter

Gets and sets the property Parameter.

A parameter that is incompatible with the earlier request.

public string Parameter { get; set; }

Property Value

string