Skip to content

GuardrailTopicPolicyAction

Bases: StrEnum

Source code in src/aws_sdk_bedrock_runtime/models.py
4655
4656
4657
class GuardrailTopicPolicyAction(StrEnum):
    BLOCKED = "BLOCKED"
    NONE = "NONE"

Attributes

BLOCKED class-attribute instance-attribute

BLOCKED = 'BLOCKED'

NONE class-attribute instance-attribute

NONE = 'NONE'