Transfer / Client / delete_web_app_customization
delete_web_app_customization¶
- Transfer.Client.delete_web_app_customization(**kwargs)¶
Deletes the
WebAppCustomizationobject that corresponds to the web app ID specified.See also: AWS API Documentation
Request Syntax
response = client.delete_web_app_customization( WebAppId='string' )
- Parameters:
WebAppId (string) –
[REQUIRED]
Provide the unique identifier for the web app that contains the customizations that you are deleting.
- Returns:
None
Exceptions
Transfer.Client.exceptions.ConflictExceptionTransfer.Client.exceptions.ResourceNotFoundExceptionTransfer.Client.exceptions.InvalidRequestExceptionTransfer.Client.exceptions.ThrottlingExceptionTransfer.Client.exceptions.InternalServiceErrorTransfer.Client.exceptions.AccessDeniedException