GreengrassV2 / Client / disassociate_service_role_from_account
disassociate_service_role_from_account#
- GreengrassV2.Client.disassociate_service_role_from_account()#
Disassociates the Greengrass service role from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region. Without a service role, IoT Greengrass can’t verify the identity of client devices or manage core device connectivity information. For more information, see Greengrass service role in the IoT Greengrass Version 2 Developer Guide.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_service_role_from_account()
- Return type:
dict
- Returns:
Response Syntax
{ 'disassociatedAt': 'string' }
Response Structure
(dict) –
disassociatedAt (string) –
The time when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region.
Exceptions
GreengrassV2.Client.exceptions.InternalServerException