@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountSetupInProgressException extends AmazonLightsailException
Lightsail throws this exception when an account is still in the setup in progress state.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
AccountSetupInProgressException(String message)
Constructs a new AccountSetupInProgressException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getDocs() |
String |
getTip() |
void |
setCode(String code) |
void |
setDocs(String docs) |
void |
setTip(String tip) |
AccountSetupInProgressException |
withCode(String code) |
AccountSetupInProgressException |
withDocs(String docs) |
AccountSetupInProgressException |
withTip(String tip) |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccountSetupInProgressException(String message)
message - Describes the error encountered.public void setCode(String code)
code - public String getCode()
public AccountSetupInProgressException withCode(String code)
code - public void setDocs(String docs)
docs - public String getDocs()
public AccountSetupInProgressException withDocs(String docs)
docs - public void setTip(String tip)
tip - public String getTip()
public AccountSetupInProgressException withTip(String tip)
tip -