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.
16006 16007 16008 16009 16010 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 16006 class OutboundContactNotPermittedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |