Class: Aws::CognitoIdentityProvider::Types::UserNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UserNotFoundException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The message returned when a user isn’t found.
Instance Attribute Details
#message ⇒ String
The message returned when a user isn’t found.
9996 9997 9998 9999 10000 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9996 class UserNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |