| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorCause |
ErrorCause.clone() |
ErrorCause |
DatastoreProperties.getErrorCause()
The error cause for the current data store operation.
|
ErrorCause |
ErrorCause.withErrorCategory(ErrorCategory errorCategory)
The error category of the create/delete data store operation.
|
ErrorCause |
ErrorCause.withErrorCategory(String errorCategory)
The error category of the create/delete data store operation.
|
ErrorCause |
ErrorCause.withErrorMessage(String errorMessage)
The text of the error message.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatastoreProperties.setErrorCause(ErrorCause errorCause)
The error cause for the current data store operation.
|
DatastoreProperties |
DatastoreProperties.withErrorCause(ErrorCause errorCause)
The error cause for the current data store operation.
|
Copyright © 2024. All rights reserved.