Class ServiceLimitExceededException
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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ServiceLimitExceededException(string, Exception)
Construct instance of ServiceLimitExceededException
public ServiceLimitExceededException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
Properties
Limit
Gets and sets the property Limit.
Enumeration of the service limit that was exceeded.
public ServiceLimit Limit { get; set; }