@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, 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 setReason(String reason)
reason
- public String getReason()
public InvalidInputException withReason(String reason)
reason
- Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.