Class: Aws::Connect::Types::ContactNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message.

Returns:

  • (String)


2039
2040
2041
2042
2043
# File 'lib/aws-sdk-connect/types.rb', line 2039

class ContactNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end