Class: Aws::Connect::Types::ContactNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ContactNotFoundException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The contact with the specified ID does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message.
Instance Attribute Details
#message ⇒ String
The message.
4617 4618 4619 4620 4621 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4617 class ContactNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |