Class: Aws::BedrockAgentRuntime::Types::FlowResponseStream

Inherits:
Enumerator
  • Object
show all
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

The output of the flow.

EventStream is an Enumerator of Events. #event_types #=> Array, returns all modeled event types in the stream

Instance Method Summary collapse

Instance Method Details

#event_typesObject



10684
10685
10686
10687
10688
10689
10690
10691
10692
10693
10694
10695
10696
10697
10698
10699
10700
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 10684

def event_types
  [
    :access_denied_exception,
    :bad_gateway_exception,
    :conflict_exception,
    :dependency_failed_exception,
    :flow_completion_event,
    :flow_multi_turn_input_request_event,
    :flow_output_event,
    :flow_trace_event,
    :internal_server_exception,
    :resource_not_found_exception,
    :service_quota_exceeded_exception,
    :throttling_exception,
    :validation_exception
  ]
end