describe_app_instance_user(**kwargs)¶Returns the full details of an AppInstanceUser .
See also: AWS API Documentation
Request Syntax
response = client.describe_app_instance_user(
AppInstanceUserArn='string'
)
[REQUIRED]
The ARN of the AppInstanceUser .
{
'AppInstanceUser': {
'AppInstanceUserArn': 'string',
'Name': 'string',
'CreatedTimestamp': datetime(2015, 1, 1),
'Metadata': 'string',
'LastUpdatedTimestamp': datetime(2015, 1, 1)
}
}
Response Structure
The name of the AppInstanceUser .
The ARN of the AppInstanceUser .
The name of the AppInstanceUser .
The time at which the AppInstanceUser was created.
The metadata of the AppInstanceUser .
The time at which the AppInstanceUser was last updated.
Exceptions
Chime.Client.exceptions.BadRequestExceptionChime.Client.exceptions.ForbiddenExceptionChime.Client.exceptions.ThrottledClientExceptionChime.Client.exceptions.UnauthorizedClientExceptionChime.Client.exceptions.ServiceUnavailableExceptionChime.Client.exceptions.ServiceFailureException