delete_studio_session_mapping
(**kwargs)¶Removes a user or group from an Amazon EMR Studio.
See also: AWS API Documentation
Request Syntax
response = client.delete_studio_session_mapping(
StudioId='string',
IdentityId='string',
IdentityName='string',
IdentityType='USER'|'GROUP'
)
[REQUIRED]
The ID of the Amazon EMR Studio.
IdentityName
or IdentityId
must be specified.IdentityName
or IdentityId
must be specified.[REQUIRED]
Specifies whether the identity to delete from the Amazon EMR Studio is a user or a group.
None
Exceptions
EMR.Client.exceptions.InternalServerError
EMR.Client.exceptions.InvalidRequestException