// This file is @generated by prost-build.
/// Used to indicate that the policy is invalid.
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
pub struct Invalid {
#[prost(string, tag = "1")]
pub message: ::prost::alloc::string::String,
}
/// Used to indicate that traffic is forbidden.
#[derive(Clone, Copy, PartialEq, Eq, Hash, ::prost::Message)]
pub struct Forbidden {}