Table of Contents

Class InvalidDataRepositoryTypeException

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

You have filtered the response to a data repository type that is not supported.

public class InvalidDataRepositoryTypeException : AmazonFSxException
Inheritance
InvalidDataRepositoryTypeException

Constructors

InvalidDataRepositoryTypeException(Exception)

Construct instance of InvalidDataRepositoryTypeException

public InvalidDataRepositoryTypeException(Exception innerException)

Parameters

innerException Exception

InvalidDataRepositoryTypeException(string)

Constructs a new InvalidDataRepositoryTypeException with the specified error message.

public InvalidDataRepositoryTypeException(string message)

Parameters

message string

Describes the error encountered.

InvalidDataRepositoryTypeException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidDataRepositoryTypeException

public InvalidDataRepositoryTypeException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidDataRepositoryTypeException(string, Exception)

Construct instance of InvalidDataRepositoryTypeException

public InvalidDataRepositoryTypeException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidDataRepositoryTypeException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidDataRepositoryTypeException

public InvalidDataRepositoryTypeException(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