Table of Contents

Class FileCacheNotFoundException

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

No caches were found based upon supplied parameters.

public class FileCacheNotFoundException : AmazonFSxException
Inheritance
FileCacheNotFoundException

Constructors

FileCacheNotFoundException(Exception)

Construct instance of FileCacheNotFoundException

public FileCacheNotFoundException(Exception innerException)

Parameters

innerException Exception

FileCacheNotFoundException(string)

Constructs a new FileCacheNotFoundException with the specified error message.

public FileCacheNotFoundException(string message)

Parameters

message string

Describes the error encountered.

FileCacheNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of FileCacheNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

FileCacheNotFoundException(string, Exception)

Construct instance of FileCacheNotFoundException

public FileCacheNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

FileCacheNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of FileCacheNotFoundException

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