OpenSearchIngestion / Client / delete_resource_policy
delete_resource_policy¶
- OpenSearchIngestion.Client.delete_resource_policy(**kwargs)¶
- Deletes a resource-based policy from an OpenSearch Ingestion resource. - See also: AWS API Documentation - Request Syntax- response = client.delete_resource_policy( ResourceArn='string' ) - Parameters:
- ResourceArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the resource from which to delete the policy. 
- Return type:
- dict 
- Returns:
- Response Syntax- {}- Response Structure- (dict) – 
 
 - Exceptions- OpenSearchIngestion.Client.exceptions.DisabledOperationException
- OpenSearchIngestion.Client.exceptions.LimitExceededException
- OpenSearchIngestion.Client.exceptions.ValidationException
- OpenSearchIngestion.Client.exceptions.InternalException
- OpenSearchIngestion.Client.exceptions.ResourceNotFoundException
- OpenSearchIngestion.Client.exceptions.AccessDeniedException