| Package | Description |
|---|---|
| com.amazonaws.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
TaskError |
TaskError.clone() |
TaskError |
UserAccessTaskItem.getError()
Error from the task, if any.
|
TaskError |
UserAccessResultItem.getTaskError()
Contains information about an error returned from a user access task.
|
TaskError |
TaskError.withErrorCode(String errorCode)
The code of the error.
|
TaskError |
TaskError.withErrorMessage(String errorMessage)
The message of the error.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserAccessTaskItem.setError(TaskError error)
Error from the task, if any.
|
void |
UserAccessResultItem.setTaskError(TaskError taskError)
Contains information about an error returned from a user access task.
|
UserAccessTaskItem |
UserAccessTaskItem.withError(TaskError error)
Error from the task, if any.
|
UserAccessResultItem |
UserAccessResultItem.withTaskError(TaskError taskError)
Contains information about an error returned from a user access task.
|
Copyright © 2023. All rights reserved.