IoT / Client / delete_role_alias
delete_role_alias#
- IoT.Client.delete_role_alias(**kwargs)#
- Deletes a role alias - Requires permission to access the DeleteRoleAlias action. - See also: AWS API Documentation - Request Syntax- response = client.delete_role_alias( roleAlias='string' ) - Parameters:
- roleAlias (string) – - [REQUIRED] - The role alias to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- IoT.Client.exceptions.DeleteConflictException
- IoT.Client.exceptions.InvalidRequestException
- IoT.Client.exceptions.ThrottlingException
- IoT.Client.exceptions.UnauthorizedException
- IoT.Client.exceptions.ServiceUnavailableException
- IoT.Client.exceptions.InternalFailureException
- IoT.Client.exceptions.ResourceNotFoundException