Class: Aws::BedrockAgentRuntime::Types::AgenticRetrieveGuardrailWarning

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagentruntime/types.rb

Overview

A warning generated by a guardrail during agentic retrieval.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action taken by the guardrail.

Returns:

  • (String)


619
620
621
622
623
624
625
626
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 619

class AgenticRetrieveGuardrailWarning < Struct.new(
  :action,
  :id,
  :message,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the guardrail.

Returns:

  • (String)


619
620
621
622
623
624
625
626
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 619

class AgenticRetrieveGuardrailWarning < Struct.new(
  :action,
  :id,
  :message,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message describing the guardrail evaluation result.

Returns:

  • (String)


619
620
621
622
623
624
625
626
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 619

class AgenticRetrieveGuardrailWarning < Struct.new(
  :action,
  :id,
  :message,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the guardrail.

Returns:

  • (String)


619
620
621
622
623
624
625
626
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 619

class AgenticRetrieveGuardrailWarning < Struct.new(
  :action,
  :id,
  :message,
  :version)
  SENSITIVE = []
  include Aws::Structure
end