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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message.

Returns:

  • (String)


3526
3527
3528
3529
3530
# File 'lib/aws-sdk-connect/types.rb', line 3526

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