Module: Google::Cloud::Support::V2::SupportEventSubscription::FailureReason

Defined in:
proto_docs/google/cloud/support/v2/support_event_subscription.rb

Overview

The reason why the subscription is failing.

Constant Summary collapse

FAILURE_REASON_UNSPECIFIED =

Unspecified failure reason.

0
PERMISSION_DENIED =

The service account (i.e. cloud-support-apievents@system.gserviceaccount.com) lacks the permission to publish to the customer's Pub/Sub topic.

1
TOPIC_NOT_FOUND =

The specified Pub/Sub topic does not exist.

2
OTHER =

Message failed to publish due to a system-side error.

3