Class: Aws::Connect::Types::DestinationNotAllowedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DestinationNotAllowedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Outbound calls to the destination number are not allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message about the outbound calls.
Instance Attribute Details
#message ⇒ String
The message about the outbound calls.
6613 6614 6615 6616 6617 |
# File 'lib/aws-sdk-connect/types.rb', line 6613 class DestinationNotAllowedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |