Class: Aws::CognitoIdentityProvider::Types::UserNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when a user isn't found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when a user isn't found.

Returns:

  • (String)


9703
9704
9705
9706
9707
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9703

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