Module: Aws::BedrockAgentRuntime::Client::_StopFlowExecutionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StopFlowExecutionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#execution_arn ⇒ ::String
763 |
# File 'sig/client.rbs', line 763
def execution_arn: () -> ::String
|
#status ⇒ "Running", ...
764 |
# File 'sig/client.rbs', line 764
def status: () -> ("Running" | "Succeeded" | "Failed" | "TimedOut" | "Aborted")
|