Table of Contents

Class DataRepositoryAssociationNotFoundException

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

No data repository associations were found based upon the supplied parameters.

public class DataRepositoryAssociationNotFoundException : AmazonFSxException
Inheritance
DataRepositoryAssociationNotFoundException

Constructors

DataRepositoryAssociationNotFoundException(Exception)

Construct instance of DataRepositoryAssociationNotFoundException

public DataRepositoryAssociationNotFoundException(Exception innerException)

Parameters

innerException Exception

DataRepositoryAssociationNotFoundException(string)

Constructs a new DataRepositoryAssociationNotFoundException with the specified error message.

public DataRepositoryAssociationNotFoundException(string message)

Parameters

message string

Describes the error encountered.

DataRepositoryAssociationNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of DataRepositoryAssociationNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

DataRepositoryAssociationNotFoundException(string, Exception)

Construct instance of DataRepositoryAssociationNotFoundException

public DataRepositoryAssociationNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

DataRepositoryAssociationNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of DataRepositoryAssociationNotFoundException

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