Table of Contents

Class FileCacheFailureDetails

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

A structure providing details of any failures that occurred.

public class FileCacheFailureDetails
Inheritance
FileCacheFailureDetails
Inherited Members

Constructors

FileCacheFailureDetails()

public FileCacheFailureDetails()

Properties

Message

Gets and sets the property Message.

A message describing any failures that occurred.

public string Message { get; set; }

Property Value

string