Table of Contents

Class ResourceNotFoundException

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

The resource specified by the Amazon Resource Name (ARN) can't be found.

public class ResourceNotFoundException : AmazonFSxException
Inheritance
ResourceNotFoundException

Constructors

ResourceNotFoundException(Exception)

Construct instance of ResourceNotFoundException

public ResourceNotFoundException(Exception innerException)

Parameters

innerException Exception

ResourceNotFoundException(string)

Constructs a new ResourceNotFoundException with the specified error message.

public ResourceNotFoundException(string message)

Parameters

message string

Describes the error encountered.

ResourceNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ResourceNotFoundException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ResourceNotFoundException(string, Exception)

Construct instance of ResourceNotFoundException

public ResourceNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

ResourceNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ResourceNotFoundException

public ResourceNotFoundException(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 resource ARN of the resource that can't be found.

public string ResourceARN { get; set; }

Property Value

string