describe_bundle
(**kwargs)¶Get the bundle details for the requested bundle id.
See also: AWS API Documentation
Request Syntax
response = client.describe_bundle(
bundleId='string'
)
[REQUIRED]
Unique bundle identifier.
{
'details': {
'bundleId': 'string',
'title': 'string',
'version': 'string',
'description': 'string',
'iconUrl': 'string',
'availablePlatforms': [
'OSX'|'WINDOWS'|'LINUX'|'OBJC'|'SWIFT'|'ANDROID'|'JAVASCRIPT',
]
}
}
Response Structure
Result structure contains the details of the bundle.
The details of the bundle.
Unique bundle identifier.
Title of the download bundle.
Version of the download bundle.
Description of the download bundle.
Icon for the download bundle.
Developer desktop or mobile app or website platforms.
Developer desktop or target mobile app or website platform.
Exceptions
Mobile.Client.exceptions.InternalFailureException
Mobile.Client.exceptions.ServiceUnavailableException
Mobile.Client.exceptions.UnauthorizedException
Mobile.Client.exceptions.TooManyRequestsException
Mobile.Client.exceptions.BadRequestException
Mobile.Client.exceptions.NotFoundException