Class: Aws::Connect::Types::DestinationNotAllowedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Outbound calls to the destination number are not allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message about the outbound calls.

Returns:

  • (String)


5526
5527
5528
5529
5530
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5526

class DestinationNotAllowedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end