Skip to content

Bedrock Agent Runtime  >  Unions  >  FlowResponseStream

FlowResponseStream

Union Type

Union Member Types

FlowResponseStreamFlowOutputEvent dataclass

Contains information about an output from flow invocation.

Attributes

value instance-attribute

FlowResponseStreamFlowCompletionEvent dataclass

Contains information about why the flow completed.

Attributes

value instance-attribute

FlowResponseStreamFlowTraceEvent dataclass

Contains information about a trace, which tracks an input or output for a node in the flow.

Attributes

value instance-attribute

FlowResponseStreamInternalServerException dataclass

An internal server error occurred. Retry your request.

Attributes

value instance-attribute

FlowResponseStreamValidationException dataclass

Input validation failed. Check your request parameters and retry the request.

Attributes

value instance-attribute

FlowResponseStreamResourceNotFoundException dataclass

The specified resource Amazon Resource Name (ARN) was not found. Check the Amazon Resource Name (ARN) and try your request again.

Attributes

value instance-attribute

FlowResponseStreamServiceQuotaExceededException dataclass

The number of requests exceeds the service quota. Resubmit your request later.

Attributes

value instance-attribute

FlowResponseStreamThrottlingException dataclass

The number of requests exceeds the limit. Resubmit your request later.

Attributes

value instance-attribute

FlowResponseStreamAccessDeniedException dataclass

The request is denied because of missing access permissions. Check your permissions and retry your request.

Attributes

value instance-attribute

FlowResponseStreamConflictException dataclass

There was a conflict performing an operation. Resolve the conflict and retry your request.

Attributes

value instance-attribute

FlowResponseStreamDependencyFailedException dataclass

There was an issue with a dependency. Check the resource configurations and retry the request.

Attributes

value instance-attribute

FlowResponseStreamBadGatewayException dataclass

There was an issue with a dependency due to a server issue. Retry your request.

Attributes

value instance-attribute

FlowResponseStreamFlowMultiTurnInputRequestEvent dataclass

The event stream containing the multi-turn input request information from the flow.

Attributes

value instance-attribute

FlowResponseStreamUnknown dataclass

Represents an unknown variant.

If you receive this value, you will need to update your library to receive the parsed value.

This value may not be deliberately sent.

Attributes

tag instance-attribute
tag: str