EntityResolution / Client / get_policy
get_policy¶
- EntityResolution.Client.get_policy(**kwargs)¶
- Returns the resource-based policy. - See also: AWS API Documentation - Request Syntax- response = client.get_policy( arn='string' ) - Parameters:
- arn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the resource for which the policy need to be returned. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'arn': 'string', 'token': 'string', 'policy': 'string' } - Response Structure- (dict) – - arn (string) – - The Entity Resolution resource ARN. 
- token (string) – - A unique identifier for the current revision of the policy. 
- policy (string) – - The resource-based policy. 
 
 
 - Exceptions