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

Inherits:
Enumerator
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/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



4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4983

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