Class: Aws::Connect::Types::UserNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserNotFoundException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
No user with the specified credentials was found in the Connect Customer instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
38786 38787 38788 38789 38790 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 38786 class UserNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |