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 does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message.

Returns:

  • (String)


4475
4476
4477
4478
4479
# File 'lib/aws-sdk-connect/types.rb', line 4475

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