Class NotServiceResourceErrorException
The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.
public class NotServiceResourceErrorException : AmazonFSxException
- Inheritance
-
NotServiceResourceErrorException
Constructors
NotServiceResourceErrorException(Exception)
Construct instance of NotServiceResourceErrorException
public NotServiceResourceErrorException(Exception innerException)
Parameters
innerException
Exception
NotServiceResourceErrorException(string)
Constructs a new NotServiceResourceErrorException with the specified error message.
public NotServiceResourceErrorException(string message)
Parameters
message
stringDescribes the error encountered.
NotServiceResourceErrorException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of NotServiceResourceErrorException
public NotServiceResourceErrorException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
NotServiceResourceErrorException(string, Exception)
Construct instance of NotServiceResourceErrorException
public NotServiceResourceErrorException(string message, Exception innerException)
Parameters
NotServiceResourceErrorException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of NotServiceResourceErrorException
public NotServiceResourceErrorException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
Properties
ResourceARN
Gets and sets the property ResourceARN.
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
public string ResourceARN { get; set; }