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