ChimeSDKIdentity.Client.describe_app_instance(**kwargs)¶Returns the full details of an AppInstance .
See also: AWS API Documentation
Request Syntax
response = client.describe_app_instance(
AppInstanceArn='string'
)
[REQUIRED]
The ARN of the AppInstance .
{
'AppInstance': {
'AppInstanceArn': 'string',
'Name': 'string',
'CreatedTimestamp': datetime(2015, 1, 1),
'LastUpdatedTimestamp': datetime(2015, 1, 1),
'Metadata': 'string'
}
}
Response Structure
The ARN, metadata, created and last-updated timestamps, and the name of the AppInstance . All timestamps use epoch milliseconds.
The ARN of the messaging instance.
The name of an AppInstance .
The time at which an AppInstance was created. In epoch milliseconds.
The time an AppInstance was last updated. In epoch milliseconds.
The metadata of an AppInstance .
Exceptions
ChimeSDKIdentity.Client.exceptions.BadRequestExceptionChimeSDKIdentity.Client.exceptions.ForbiddenExceptionChimeSDKIdentity.Client.exceptions.ThrottledClientExceptionChimeSDKIdentity.Client.exceptions.UnauthorizedClientExceptionChimeSDKIdentity.Client.exceptions.ServiceUnavailableExceptionChimeSDKIdentity.Client.exceptions.ServiceFailureException