@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceInUseException extends AWSApplicationDiscoveryException
This issue occurs when the same clientRequestToken
is used with the StartImportTask
action,
but with different parameters. For example, you use the same request token but have two different import URLs, you
can encounter this issue. If the import tasks are meant to be different, use a different
clientRequestToken
, and try again.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ResourceInUseException(String message)
Constructs a new ResourceInUseException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceInUseException(String message)
message
- Describes the error encountered.