Class: Aws::Connect::Types::OutboundContactNotPermittedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OutboundContactNotPermittedException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The contact is not permitted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message about the contact.
Instance Attribute Details
#message ⇒ String
The message about the contact.
17330 17331 17332 17333 17334 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17330 class OutboundContactNotPermittedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |