FlowResponseStream
The output of the flow.
Contents
- accessDeniedException
-
The request is denied because of missing access permissions. Check your permissions and retry your request.
Type: Exception
HTTP Status Code: 403Required: No
- badGatewayException
-
There was an issue with a dependency due to a server issue. Retry your request.
Type: Exception
HTTP Status Code: 502Required: No
- conflictException
-
There was a conflict performing an operation. Resolve the conflict and retry your request.
Type: Exception
HTTP Status Code: 409Required: No
- dependencyFailedException
-
There was an issue with a dependency. Check the resource configurations and retry the request.
Type: Exception
HTTP Status Code: 424Required: No
- flowCompletionEvent
-
Contains information about why the flow completed.
Type: FlowCompletionEvent object
Required: No
- flowOutputEvent
-
Contains information about an output from flow invocation.
Type: FlowOutputEvent object
Required: No
- flowTraceEvent
-
Contains information about a trace, which tracks an input or output for a node in the flow.
Type: FlowTraceEvent object
Required: No
- internalServerException
-
An internal server error occurred. Retry your request.
Type: Exception
HTTP Status Code: 500Required: No
- resourceNotFoundException
-
The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
Type: Exception
HTTP Status Code: 404Required: No
- serviceQuotaExceededException
-
The number of requests exceeds the service quota. Resubmit your request later.
Type: Exception
HTTP Status Code: 400Required: No
- throttlingException
-
The number of requests exceeds the limit. Resubmit your request later.
Type: Exception
HTTP Status Code: 429Required: No
- validationException
-
Input validation failed. Check your request parameters and retry the request.
Type: Exception
HTTP Status Code: 400Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: