Class: Aws::CognitoIdentity::Types::DeveloperUserAlreadyRegisteredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::DeveloperUserAlreadyRegisteredException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
The provided developer user identifier is already registered with Cognito under a different identity ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
This developer user identifier is already registered with Cognito.
Instance Attribute Details
#message ⇒ String
This developer user identifier is already registered with Cognito.
241 242 243 244 245 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 241 class DeveloperUserAlreadyRegisteredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |