| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ErrorInfo |
ErrorInfo.clone() |
ErrorInfo |
ExecutionResult.getErrorInfo()
Provides any error message information related to the flow run.
|
ErrorInfo |
ErrorInfo.withExecutionMessage(String executionMessage)
Specifies the error message that appears if a flow fails.
|
ErrorInfo |
ErrorInfo.withPutFailuresCount(Long putFailuresCount)
Specifies the failure count for the attempted flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResult.setErrorInfo(ErrorInfo errorInfo)
Provides any error message information related to the flow run.
|
ExecutionResult |
ExecutionResult.withErrorInfo(ErrorInfo errorInfo)
Provides any error message information related to the flow run.
|
Copyright © 2024. All rights reserved.