@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum RealTimeContactAnalysisPostContactSummaryFailureCode extends Enum<RealTimeContactAnalysisPostContactSummaryFailureCode>
Enum Constant and Description |
---|
FAILED_SAFETY_GUIDELINES |
INSUFFICIENT_CONVERSATION_CONTENT |
INTERNAL_ERROR |
INVALID_ANALYSIS_CONFIGURATION |
QUOTA_EXCEEDED |
Modifier and Type | Method and Description |
---|---|
static RealTimeContactAnalysisPostContactSummaryFailureCode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static RealTimeContactAnalysisPostContactSummaryFailureCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RealTimeContactAnalysisPostContactSummaryFailureCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RealTimeContactAnalysisPostContactSummaryFailureCode QUOTA_EXCEEDED
public static final RealTimeContactAnalysisPostContactSummaryFailureCode INSUFFICIENT_CONVERSATION_CONTENT
public static final RealTimeContactAnalysisPostContactSummaryFailureCode FAILED_SAFETY_GUIDELINES
public static final RealTimeContactAnalysisPostContactSummaryFailureCode INVALID_ANALYSIS_CONFIGURATION
public static final RealTimeContactAnalysisPostContactSummaryFailureCode INTERNAL_ERROR
public static RealTimeContactAnalysisPostContactSummaryFailureCode[] values()
for (RealTimeContactAnalysisPostContactSummaryFailureCode c : RealTimeContactAnalysisPostContactSummaryFailureCode.values()) System.out.println(c);
public static RealTimeContactAnalysisPostContactSummaryFailureCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<RealTimeContactAnalysisPostContactSummaryFailureCode>
public static RealTimeContactAnalysisPostContactSummaryFailureCode fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.