Class PublicPolicyException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PublicPolicyException.Builder,PublicPolicyException>

@Generated("software.amazon.awssdk:codegen") public final class PublicPolicyException extends EventBridgeV2Exception implements ToCopyableBuilder<PublicPolicyException.Builder,PublicPolicyException>

The policy was rejected because it would grant public access to the event bus. A statement grants public access when its principal is a wildcard and no condition limits the callers to specific AWS accounts or principals. To fix it, replace the wildcard principal with specific principals, or add a condition that limits the callers to specific AWS accounts. Conditions on event content (events:source, events:detail-type, events:Metadata/*) do not identify the caller and do not make a wildcard principal non-public. Returned only for the "default" policy; the "AWS_RAM" policy is composed by AWS Resource Access Manager and never grants public access.

See Also: