public class InvalidContactFlowException
extends com.amazonaws.AmazonServiceException
The flow is not valid.
| Constructor and Description |
|---|
InvalidContactFlowException(java.lang.String message)
Constructs a new InvalidContactFlowException with the specified error
message.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProblemDetail> |
getProblems()
The problems with the flow.
|
void |
setProblems(java.util.Collection<ProblemDetail> problems)
The problems with the flow.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodepublic InvalidContactFlowException(java.lang.String message)
message - Describes the error encountered.public java.util.List<ProblemDetail> getProblems()
The problems with the flow. Please fix before trying again.
The problems with the flow. Please fix before trying again.
public void setProblems(java.util.Collection<ProblemDetail> problems)
The problems with the flow. Please fix before trying again.
problems - The problems with the flow. Please fix before trying again.