Class: Aws::Connect::Types::ContactNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The contact with the specified ID is not active or does not exist. Applies to Voice calls only, not to Chat or Task contacts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message.
Instance Attribute Details
#message ⇒ String
The message.
2844 2845 2846 2847 2848 |
# File 'lib/aws-sdk-connect/types.rb', line 2844 class ContactNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |