public class InvalidContactFlowException extends AmazonServiceException
The contact flow is not valid.
AmazonServiceException.ErrorType
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 contact flow.
|
void |
setProblems(java.util.Collection<ProblemDetail> problems)
The problems with the contact flow.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public InvalidContactFlowException(java.lang.String message)
message
- Describes the error encountered.public java.util.List<ProblemDetail> getProblems()
The problems with the contact flow. Please fix before trying again.
The problems with the contact flow. Please fix before trying again.
public void setProblems(java.util.Collection<ProblemDetail> problems)
The problems with the contact flow. Please fix before trying again.
problems
- The problems with the contact flow. Please fix before trying again.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.