FlowResponseStream¶
Union Type¶
FlowResponseStream
module-attribute
¶
FlowResponseStream = Union[FlowResponseStreamFlowOutputEvent | FlowResponseStreamFlowCompletionEvent | FlowResponseStreamFlowTraceEvent | FlowResponseStreamInternalServerException | FlowResponseStreamValidationException | FlowResponseStreamResourceNotFoundException | FlowResponseStreamServiceQuotaExceededException | FlowResponseStreamThrottlingException | FlowResponseStreamAccessDeniedException | FlowResponseStreamConflictException | FlowResponseStreamDependencyFailedException | FlowResponseStreamBadGatewayException | FlowResponseStreamFlowMultiTurnInputRequestEvent | FlowResponseStreamUnknown]
The output of the flow.
Union Member Types¶
FlowResponseStreamFlowOutputEvent
dataclass
¶
Contains information about an output from flow invocation.
Attributes¶
FlowResponseStreamFlowCompletionEvent
dataclass
¶
Contains information about why the flow completed.
Attributes¶
FlowResponseStreamFlowTraceEvent
dataclass
¶
Contains information about a trace, which tracks an input or output for a node in the flow.
Attributes¶
FlowResponseStreamInternalServerException
dataclass
¶
An internal server error occurred. Retry your request.
Attributes¶
FlowResponseStreamValidationException
dataclass
¶
Input validation failed. Check your request parameters and retry the request.
Attributes¶
FlowResponseStreamResourceNotFoundException
dataclass
¶
The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.
Attributes¶
FlowResponseStreamServiceQuotaExceededException
dataclass
¶
The number of requests exceeds the service quota. Resubmit your request later.
Attributes¶
FlowResponseStreamThrottlingException
dataclass
¶
The number of requests exceeds the limit. Resubmit your request later.
Attributes¶
FlowResponseStreamAccessDeniedException
dataclass
¶
The request is denied because of missing access permissions. Check your permissions and retry your request.
Attributes¶
FlowResponseStreamConflictException
dataclass
¶
There was a conflict performing an operation. Resolve the conflict and retry your request.
Attributes¶
FlowResponseStreamDependencyFailedException
dataclass
¶
There was an issue with a dependency. Check the resource configurations and retry the request.
Attributes¶
FlowResponseStreamBadGatewayException
dataclass
¶
There was an issue with a dependency due to a server issue. Retry your request.