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.
7559 7560 7561 7562 7563 |
# File 'lib/aws-sdk-connect/types.rb', line 7559 class DestinationNotAllowedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |