Class DataRepositoryAssociationNotFoundException
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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
DataRepositoryAssociationNotFoundException(string, Exception)
Construct instance of DataRepositoryAssociationNotFoundException
public DataRepositoryAssociationNotFoundException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode