public class FleetCapacityExceededException extends AmazonServiceException
The specified fleet has no available instances to fulfill a request to create a new game session. Such requests should only be retried once the fleet capacity has been increased.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
FleetCapacityExceededException(String message)
Constructs a new FleetCapacityExceededException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FleetCapacityExceededException(String message)
message - Describes the error encountered.Copyright © 2016. All rights reserved.