Class: Aws::Connect::Types::OutboundContactNotPermittedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OutboundContactNotPermittedException
- Includes:
- Structure
- Defined in:
- 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.
15089 15090 15091 15092 15093 |
# File 'lib/aws-sdk-connect/types.rb', line 15089 class OutboundContactNotPermittedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |