| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
ErrorDetails.clone() |
ErrorDetails |
ErrorDetails.withErrorCode(String errorCode)
Indicates the error code returned.
|
ErrorDetails |
ErrorDetails.withErrorCode(WorkspaceImageErrorDetailCode errorCode)
Indicates the error code returned.
|
ErrorDetails |
ErrorDetails.withErrorMessage(String errorMessage)
The text of the error message related the error code.
|
| Modifier and Type | Method and Description |
|---|---|
List<ErrorDetails> |
WorkspaceImage.getErrorDetails()
Additional details of the error returned for the image, including the possible causes of the errors and
troubleshooting information.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceImage |
WorkspaceImage.withErrorDetails(ErrorDetails... errorDetails)
Additional details of the error returned for the image, including the possible causes of the errors and
troubleshooting information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceImage.setErrorDetails(Collection<ErrorDetails> errorDetails)
Additional details of the error returned for the image, including the possible causes of the errors and
troubleshooting information.
|
WorkspaceImage |
WorkspaceImage.withErrorDetails(Collection<ErrorDetails> errorDetails)
Additional details of the error returned for the image, including the possible causes of the errors and
troubleshooting information.
|
Copyright © 2025. All rights reserved.