class Realm::SNS::Gateway::TopicAdapter::SubscriptionError
Public Class Methods
new(queue_arn, subscription_attributes)
click to toggle source
Calls superclass method
# File lib/realm/sns/gateway/topic_adapter.rb, line 9 def initialize(queue_arn, subscription_attributes) super("Cannot subscribe SQS queue #{queue_arn} with attributes #{subscription_attributes}") end