Class InvalidPerUnitStorageThroughputException
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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidPerUnitStorageThroughputException(string, Exception)
Construct instance of InvalidPerUnitStorageThroughputException
public InvalidPerUnitStorageThroughputException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode