Table of Contents

Class ServiceLimitExceededException

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

An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting Amazon Web Services Support.

public class ServiceLimitExceededException : AmazonFSxException
Inheritance
ServiceLimitExceededException

Constructors

ServiceLimitExceededException(Exception)

Construct instance of ServiceLimitExceededException

public ServiceLimitExceededException(Exception innerException)

Parameters

innerException Exception

ServiceLimitExceededException(string)

Constructs a new ServiceLimitExceededException with the specified error message.

public ServiceLimitExceededException(string message)

Parameters

message string

Describes the error encountered.

ServiceLimitExceededException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ServiceLimitExceededException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ServiceLimitExceededException(string, Exception)

Construct instance of ServiceLimitExceededException

public ServiceLimitExceededException(string message, Exception innerException)

Parameters

message string
innerException Exception

ServiceLimitExceededException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ServiceLimitExceededException

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

Limit

Gets and sets the property Limit.

Enumeration of the service limit that was exceeded.

public ServiceLimit Limit { get; set; }

Property Value

ServiceLimit