Chime / Client / update_app_instance
update_app_instance#
- Chime.Client.update_app_instance(**kwargs)#
Updates
AppInstancemetadata.See also: AWS API Documentation
Request Syntax
response = client.update_app_instance( AppInstanceArn='string', Name='string', Metadata='string' )
- Parameters:
AppInstanceArn (string) –
[REQUIRED]
The ARN of the
AppInstance.Name (string) –
[REQUIRED]
The name that you want to change.
Metadata (string) – The metadata that you want to change.
- Return type:
dict
- Returns:
Response Syntax
{ 'AppInstanceArn': 'string' }
Response Structure
(dict) –
AppInstanceArn (string) –
The ARN of the
AppInstance.
Exceptions
Chime.Client.exceptions.BadRequestExceptionChime.Client.exceptions.ConflictExceptionChime.Client.exceptions.ForbiddenExceptionChime.Client.exceptions.ThrottledClientExceptionChime.Client.exceptions.UnauthorizedClientExceptionChime.Client.exceptions.ServiceUnavailableExceptionChime.Client.exceptions.ServiceFailureException