ServerlessApplicationRepository.Client.unshare_application(**kwargs)¶Unshares an application from an AWS Organization.
This operation can be called only from the organization's master account.
See also: AWS API Documentation
Request Syntax
response = client.unshare_application(
ApplicationId='string',
OrganizationId='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the application.
[REQUIRED]
The AWS Organization ID to unshare the application from.
None
Exceptions
ServerlessApplicationRepository.Client.exceptions.NotFoundExceptionServerlessApplicationRepository.Client.exceptions.TooManyRequestsExceptionServerlessApplicationRepository.Client.exceptions.BadRequestExceptionServerlessApplicationRepository.Client.exceptions.InternalServerErrorExceptionServerlessApplicationRepository.Client.exceptions.ForbiddenException