EnableUserRequest
public struct EnableUserRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The authentication type for the user. You must specify USERPOOL.
Declaration
Swift
public let authenticationType: AuthenticationType -
The email address of the user. Users’ email addresses are case-sensitive. During login, if they specify an email address that doesn’t use the same capitalization as the email address specified when their user pool account was created, a “user does not exist” error message displays.
Declaration
Swift
public let userName: String -
Undocumented
Declaration
Swift
public init(authenticationType: AuthenticationType, userName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
EnableUserRequest Structure Reference