| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ErrorCode |
ErrorCode.fromValue(String value)
Use this in place of valueOf.
|
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataSourceSyncJob |
DataSourceSyncJob.withErrorCode(ErrorCode errorCode)
If the
Status field is set to FAILED, the ErrorCode field indicates the
reason the synchronization failed. |
BatchPutDocumentResponseFailedDocument |
BatchPutDocumentResponseFailedDocument.withErrorCode(ErrorCode errorCode)
The type of error that caused the document to fail to be indexed.
|
BatchDeleteDocumentResponseFailedDocument |
BatchDeleteDocumentResponseFailedDocument.withErrorCode(ErrorCode errorCode)
The error code for why the document couldn't be removed from the index.
|
BatchGetDocumentStatusResponseError |
BatchGetDocumentStatusResponseError.withErrorCode(ErrorCode errorCode)
Indicates the source of the error.
|
BatchDeleteFeaturedResultsSetError |
BatchDeleteFeaturedResultsSetError.withErrorCode(ErrorCode errorCode)
The error code for why the set of featured results couldn't be removed from the index.
|
Copyright © 2023. All rights reserved.