Chime / Client / describe_app_instance_user
describe_app_instance_user#
- Chime.Client.describe_app_instance_user(**kwargs)#
Returns the full details of an
AppInstanceUser
.Warning
This API is is no longer supported and will not be updated. We recommend using the latest version, DescribeAppInstanceUser, in the Amazon Chime SDK.
Using the latest version requires migrating to a dedicated namespace. For more information, refer to Migrating from the Amazon Chime namespace in the Amazon Chime SDK Developer Guide.
Danger
This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.
See also: AWS API Documentation
Request Syntax
response = client.describe_app_instance_user( AppInstanceUserArn='string' )
- Parameters:
AppInstanceUserArn (string) –
[REQUIRED]
The ARN of the
AppInstanceUser
.- Return type:
dict
- Returns:
Response Syntax
{ 'AppInstanceUser': { 'AppInstanceUserArn': 'string', 'Name': 'string', 'CreatedTimestamp': datetime(2015, 1, 1), 'Metadata': 'string', 'LastUpdatedTimestamp': datetime(2015, 1, 1) } }
Response Structure
(dict) –
AppInstanceUser (dict) –
The name of the
AppInstanceUser
.AppInstanceUserArn (string) –
The ARN of the
AppInstanceUser
.Name (string) –
The name of the
AppInstanceUser
.CreatedTimestamp (datetime) –
The time at which the
AppInstanceUser
was created.Metadata (string) –
The metadata of the
AppInstanceUser
.LastUpdatedTimestamp (datetime) –
The time at which the
AppInstanceUser
was last updated.
Exceptions
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException