@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum IngestionErrorType extends Enum<IngestionErrorType>
Modifier and Type | Method and Description |
---|---|
static IngestionErrorType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static IngestionErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IngestionErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IngestionErrorType FAILURE_TO_ASSUME_ROLE
public static final IngestionErrorType INGESTION_SUPERSEDED
public static final IngestionErrorType INGESTION_CANCELED
public static final IngestionErrorType DATA_SET_DELETED
public static final IngestionErrorType DATA_SET_NOT_SPICE
public static final IngestionErrorType S3_UPLOADED_FILE_DELETED
public static final IngestionErrorType S3_MANIFEST_ERROR
public static final IngestionErrorType DATA_TOLERANCE_EXCEPTION
public static final IngestionErrorType SPICE_TABLE_NOT_FOUND
public static final IngestionErrorType DATA_SET_SIZE_LIMIT_EXCEEDED
public static final IngestionErrorType ROW_SIZE_LIMIT_EXCEEDED
public static final IngestionErrorType ACCOUNT_CAPACITY_LIMIT_EXCEEDED
public static final IngestionErrorType CUSTOMER_ERROR
public static final IngestionErrorType DATA_SOURCE_NOT_FOUND
public static final IngestionErrorType IAM_ROLE_NOT_AVAILABLE
public static final IngestionErrorType CONNECTION_FAILURE
public static final IngestionErrorType SQL_TABLE_NOT_FOUND
public static final IngestionErrorType PERMISSION_DENIED
public static final IngestionErrorType SSL_CERTIFICATE_VALIDATION_FAILURE
public static final IngestionErrorType OAUTH_TOKEN_FAILURE
public static final IngestionErrorType SOURCE_API_LIMIT_EXCEEDED_FAILURE
public static final IngestionErrorType PASSWORD_AUTHENTICATION_FAILURE
public static final IngestionErrorType SQL_SCHEMA_MISMATCH_ERROR
public static final IngestionErrorType INVALID_DATE_FORMAT
public static final IngestionErrorType INVALID_DATAPREP_SYNTAX
public static final IngestionErrorType SOURCE_RESOURCE_LIMIT_EXCEEDED
public static final IngestionErrorType SQL_INVALID_PARAMETER_VALUE
public static final IngestionErrorType QUERY_TIMEOUT
public static final IngestionErrorType SQL_NUMERIC_OVERFLOW
public static final IngestionErrorType UNRESOLVABLE_HOST
public static final IngestionErrorType UNROUTABLE_HOST
public static final IngestionErrorType SQL_EXCEPTION
public static final IngestionErrorType S3_FILE_INACCESSIBLE
public static final IngestionErrorType IOT_FILE_NOT_FOUND
public static final IngestionErrorType IOT_DATA_SET_FILE_EMPTY
public static final IngestionErrorType INVALID_DATA_SOURCE_CONFIG
public static final IngestionErrorType DATA_SOURCE_AUTH_FAILED
public static final IngestionErrorType DATA_SOURCE_CONNECTION_FAILED
public static final IngestionErrorType FAILURE_TO_PROCESS_JSON_FILE
public static final IngestionErrorType INTERNAL_SERVICE_ERROR
public static final IngestionErrorType REFRESH_SUPPRESSED_BY_EDIT
public static final IngestionErrorType PERMISSION_NOT_FOUND
public static final IngestionErrorType ELASTICSEARCH_CURSOR_NOT_ENABLED
public static final IngestionErrorType CURSOR_NOT_ENABLED
public static IngestionErrorType[] values()
for (IngestionErrorType c : IngestionErrorType.values()) System.out.println(c);
public static IngestionErrorType 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<IngestionErrorType>
public static IngestionErrorType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.