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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


27764
27765
27766
27767
27768
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 27764

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