Chatbot / Client / disassociate_from_configuration
disassociate_from_configuration#
- Chatbot.Client.disassociate_from_configuration(**kwargs)#
Unlink a resource, for example a custom action, from a channel configuration.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_from_configuration( Resource='string', ChatConfiguration='string' )
- Parameters:
Resource (string) –
[REQUIRED]
The resource (for example, a custom action) Amazon Resource Name (ARN) to unlink.
ChatConfiguration (string) –
[REQUIRED]
The channel configuration the resource is being disassociated from.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
Chatbot.Client.exceptions.InvalidRequestException
Chatbot.Client.exceptions.InternalServiceError
Chatbot.Client.exceptions.UnauthorizedException