Class: Aws::Connect::Types::UserNotFoundException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


20844
20845
20846
20847
20848
# File 'lib/aws-sdk-connect/types.rb', line 20844

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