Table of Contents

Class NotServiceResourceErrorException

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

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 string

Describes 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 string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

NotServiceResourceErrorException(string, Exception)

Construct instance of NotServiceResourceErrorException

public NotServiceResourceErrorException(string message, Exception innerException)

Parameters

message string
innerException Exception

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 string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode 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; }

Property Value

string