public class InvalidFleetStatusException extends AmazonServiceException
Exception thrown when performing the requested operation would cause a conflict with the current state of a resource associated with the request and/or the fleet. Requests that result in failures of this type should not be retried by clients without resolving the conflict.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
InvalidFleetStatusException(String message)
Constructs a new InvalidFleetStatusException with the specified error
message.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidFleetStatusException(String message)
message - Describes the error encountered.Copyright © 2016. All rights reserved.