get_resource_policy
(**kwargs)¶Returns information about a resource policy.
See also: AWS API Documentation
Request Syntax
response = client.get_resource_policy(
ResourceArn='string'
)
[REQUIRED]
The ARN of the resource.
{
'PolicyDocument': 'string'
}
Response Structure
The resource policy document.
Exceptions
NetworkManager.Client.exceptions.ValidationException
NetworkManager.Client.exceptions.AccessDeniedException
NetworkManager.Client.exceptions.ThrottlingException
NetworkManager.Client.exceptions.InternalServerException