Chime / Client / create_app_instance_admin
create_app_instance_admin#
- Chime.Client.create_app_instance_admin(**kwargs)#
Promotes an
AppInstanceUserto anAppInstanceAdmin. The promoted user can perform the following actions.ChannelModeratoractions across all channels in theAppInstance.DeleteChannelMessageactions.
Only an
AppInstanceUsercan be promoted to anAppInstanceAdminrole.See also: AWS API Documentation
Request Syntax
response = client.create_app_instance_admin( AppInstanceAdminArn='string', AppInstanceArn='string' )
- Parameters:
AppInstanceAdminArn (string) –
[REQUIRED]
The ARN of the administrator of the current
AppInstance.AppInstanceArn (string) –
[REQUIRED]
The ARN of the
AppInstance.
- Return type:
dict
- Returns:
Response Syntax
{ 'AppInstanceAdmin': { 'Arn': 'string', 'Name': 'string' }, 'AppInstanceArn': 'string' }
Response Structure
(dict) –
AppInstanceAdmin (dict) –
The name and ARN of the admin for the
AppInstance.Arn (string) –
The ARN in an Identity.
Name (string) –
The name in an Identity.
AppInstanceArn (string) –
The ARN of the of the admin for the
AppInstance.
Exceptions
Chime.Client.exceptions.BadRequestExceptionChime.Client.exceptions.ConflictExceptionChime.Client.exceptions.ForbiddenExceptionChime.Client.exceptions.ResourceLimitExceededExceptionChime.Client.exceptions.ThrottledClientExceptionChime.Client.exceptions.UnauthorizedClientExceptionChime.Client.exceptions.ServiceUnavailableExceptionChime.Client.exceptions.ServiceFailureException