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.
7360 7361 7362 7363 7364 |
# File 'lib/aws-sdk-connect/types.rb', line 7360 class DestinationNotAllowedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |