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