Method: Aws::Connect::Errors::DestinationNotAllowedException#initialize

Defined in:
lib/aws-sdk-connect/errors.rb

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DestinationNotAllowedException

Returns a new instance of DestinationNotAllowedException.

Parameters:



143
144
145
# File 'lib/aws-sdk-connect/errors.rb', line 143

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end