Bedrock Agent Runtime > Structures > AgenticRetrieveGuardrailWarning AgenticRetrieveGuardrailWarning¶ Structure Class¶ AgenticRetrieveGuardrailWarning dataclass ¶ A warning generated by a guardrail during agentic retrieval. Attributes¶ action instance-attribute ¶ action: GuardrailAction The action taken by the guardrail. id instance-attribute ¶ id: str The unique identifier of the guardrail. message class-attribute instance-attribute ¶ message: str | None = None A message describing the guardrail evaluation result. version instance-attribute ¶ version: str The version of the guardrail.