@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidInputException extends AWSOrganizationsException
You provided invalid values for one or more of the request parameters.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
InvalidInputException(String message)
Constructs a new InvalidInputException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getReason() |
void |
setReason(String reason) |
InvalidInputException |
withReason(String reason) |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidInputException(String message)
message - Describes the error encountered.public void setReason(String reason)
reason - public String getReason()
public InvalidInputException withReason(String reason)
reason - Copyright © 2017. All rights reserved.