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)


5784
5785
5786
5787
5788
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5784

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