enum GatewayExceptionLevel
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.GatewayExceptionLevel |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#GatewayExceptionLevel |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.GatewayExceptionLevel |
Python | aws_cdk.aws_bedrock_agentcore_alpha.GatewayExceptionLevel |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha ยป GatewayExceptionLevel |
Exception levels for gateway.
Members
| Name | Description |
|---|---|
| DEBUG | Debug mode for granular exception messages. |
DEBUG
Debug mode for granular exception messages.
Allows the return of specific error messages related to the gateway target configuration to help you with debugging.

.NET
Go
Java
Python
TypeScript (