Enum GatewayExceptionLevel

java.lang.Object
java.lang.Enum<GatewayExceptionLevel>
software.amazon.awscdk.services.bedrock.agentcore.alpha.GatewayExceptionLevel
All Implemented Interfaces:
Serializable, Comparable<GatewayExceptionLevel>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)", date="2026-09-10T17:52:15.821Z") @Stability(Deprecated) @Deprecated public enum GatewayExceptionLevel extends Enum<GatewayExceptionLevel>
Deprecated.
Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.
(deprecated) Exception levels for gateway.

  • Enum Constant Details

    • DEBUG

      @Stability(Deprecated) @Deprecated public static final GatewayExceptionLevel DEBUG
      Deprecated.
      (deprecated) Debug mode for granular exception messages.

      Allows the return of specific error messages related to the gateway target configuration to help you with debugging.

  • Method Details

    • values

      public static GatewayExceptionLevel[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static GatewayExceptionLevel valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null