disable_user
(**kwargs)¶Disables the specified user in the user pool. Users can't sign in to AppStream 2.0 until they are re-enabled. This action does not delete the user.
See also: AWS API Documentation
Request Syntax
response = client.disable_user(
UserName='string',
AuthenticationType='API'|'SAML'|'USERPOOL'|'AWS_AD'
)
[REQUIRED]
The email address of the user.
Note
Users' email addresses are case-sensitive.
[REQUIRED]
The authentication type for the user. You must specify USERPOOL.
dict
Response Syntax
{}
Response Structure
Exceptions
AppStream.Client.exceptions.ResourceNotFoundException