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