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.
143 144 145 |
# File 'lib/aws-sdk-connect/errors.rb', line 143 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |