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