@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidInputException extends AWSGlueException
The input provided was not valid.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidInputException(String message)
Constructs a new InvalidInputException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getFromFederationSource()
Indicates whether or not the exception relates to a federated source.
|
Boolean |
isFromFederationSource()
Indicates whether or not the exception relates to a federated source.
|
void |
setFromFederationSource(Boolean fromFederationSource)
Indicates whether or not the exception relates to a federated source.
|
InvalidInputException |
withFromFederationSource(Boolean fromFederationSource)
Indicates whether or not the exception relates to a federated source.
|
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 InvalidInputException(String message)
message
- Describes the error encountered.public void setFromFederationSource(Boolean fromFederationSource)
Indicates whether or not the exception relates to a federated source.
fromFederationSource
- Indicates whether or not the exception relates to a federated source.public Boolean getFromFederationSource()
Indicates whether or not the exception relates to a federated source.
public InvalidInputException withFromFederationSource(Boolean fromFederationSource)
Indicates whether or not the exception relates to a federated source.
fromFederationSource
- Indicates whether or not the exception relates to a federated source.public Boolean isFromFederationSource()
Indicates whether or not the exception relates to a federated source.