@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvalidContactFlowException extends AmazonConnectException
The flow is not valid.
AmazonServiceException.ErrorType| Constructor and Description | 
|---|
InvalidContactFlowException(String message)
Constructs a new InvalidContactFlowException with the specified error message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<ProblemDetail> | 
getProblems()
 The problems with the flow. 
 | 
void | 
setProblems(Collection<ProblemDetail> problems)
 The problems with the flow. 
 | 
InvalidContactFlowException | 
withProblems(Collection<ProblemDetail> problems)
 The problems with the flow. 
 | 
InvalidContactFlowException | 
withProblems(ProblemDetail... problems)
 The problems with the flow. 
 | 
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 InvalidContactFlowException(String message)
message - Describes the error encountered.public List<ProblemDetail> getProblems()
The problems with the flow. Please fix before trying again.
public void setProblems(Collection<ProblemDetail> problems)
The problems with the flow. Please fix before trying again.
problems - The problems with the flow. Please fix before trying again.public InvalidContactFlowException withProblems(ProblemDetail... problems)
The problems with the flow. Please fix before trying again.
 NOTE: This method appends the values to the existing list (if any). Use
 setProblems(java.util.Collection) or withProblems(java.util.Collection) if you want to override
 the existing values.
 
problems - The problems with the flow. Please fix before trying again.public InvalidContactFlowException withProblems(Collection<ProblemDetail> problems)
The problems with the flow. Please fix before trying again.
problems - The problems with the flow. Please fix before trying again.