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, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FleetCapacityExceededException(String message)
message
- Describes the error encountered.Copyright © 2018. All rights reserved.