Table of Contents

Class InvalidPerUnitStorageThroughputException

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

An invalid value for PerUnitStorageThroughput was provided. Please create your file system again, using a valid value.

public class InvalidPerUnitStorageThroughputException : AmazonFSxException
Inheritance
InvalidPerUnitStorageThroughputException

Constructors

InvalidPerUnitStorageThroughputException(Exception)

Construct instance of InvalidPerUnitStorageThroughputException

public InvalidPerUnitStorageThroughputException(Exception innerException)

Parameters

innerException Exception

InvalidPerUnitStorageThroughputException(string)

Constructs a new InvalidPerUnitStorageThroughputException with the specified error message.

public InvalidPerUnitStorageThroughputException(string message)

Parameters

message string

Describes the error encountered.

InvalidPerUnitStorageThroughputException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidPerUnitStorageThroughputException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

InvalidPerUnitStorageThroughputException(string, Exception)

Construct instance of InvalidPerUnitStorageThroughputException

public InvalidPerUnitStorageThroughputException(string message, Exception innerException)

Parameters

message string
innerException Exception

InvalidPerUnitStorageThroughputException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of InvalidPerUnitStorageThroughputException

public InvalidPerUnitStorageThroughputException(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