RetrieveAndGenerateStreamResponseOutput¶
Union Type¶
RetrieveAndGenerateStreamResponseOutput
module-attribute
¶
RetrieveAndGenerateStreamResponseOutput = Union[RetrieveAndGenerateStreamResponseOutputOutput | RetrieveAndGenerateStreamResponseOutputCitation | RetrieveAndGenerateStreamResponseOutputGuardrail | RetrieveAndGenerateStreamResponseOutputInternalServerException | RetrieveAndGenerateStreamResponseOutputValidationException | RetrieveAndGenerateStreamResponseOutputResourceNotFoundException | RetrieveAndGenerateStreamResponseOutputServiceQuotaExceededException | RetrieveAndGenerateStreamResponseOutputThrottlingException | RetrieveAndGenerateStreamResponseOutputAccessDeniedException | RetrieveAndGenerateStreamResponseOutputConflictException | RetrieveAndGenerateStreamResponseOutputDependencyFailedException | RetrieveAndGenerateStreamResponseOutputBadGatewayException | RetrieveAndGenerateStreamResponseOutputUnknown]
A retrieve and generate stream response output.
Union Member Types¶
RetrieveAndGenerateStreamResponseOutputInternalServerException
dataclass
¶
An internal server error occurred. Retry your request.
Attributes¶
RetrieveAndGenerateStreamResponseOutputValidationException
dataclass
¶
The input fails to satisfy the constraints specified by Amazon Bedrock. For troubleshooting this error, see ValidationError in the Amazon Bedrock User Guide.
Attributes¶
RetrieveAndGenerateStreamResponseOutputResourceNotFoundException
dataclass
¶
The specified resource ARN was not found. For troubleshooting this error, see ResourceNotFound in the Amazon Bedrock User Guide.
Attributes¶
RetrieveAndGenerateStreamResponseOutputServiceQuotaExceededException
dataclass
¶
Your request exceeds the service quota for your account. You can view your quotas at Viewing service quotas. You can resubmit your request later.
Attributes¶
RetrieveAndGenerateStreamResponseOutputThrottlingException
dataclass
¶
Your request was denied due to exceeding the account quotas for Amazon Bedrock. For troubleshooting this error, see ThrottlingException in the Amazon Bedrock User Guide.
Attributes¶
RetrieveAndGenerateStreamResponseOutputAccessDeniedException
dataclass
¶
The request is denied because you do not have sufficient permissions to perform the requested action. For troubleshooting this error, see AccessDeniedException in the Amazon Bedrock User Guide.
Attributes¶
RetrieveAndGenerateStreamResponseOutputConflictException
dataclass
¶
Error occurred because of a conflict while performing an operation.
Attributes¶
RetrieveAndGenerateStreamResponseOutputDependencyFailedException
dataclass
¶
The request failed due to a dependency error.