get_resource_policies(**kwargs)¶Retrieves the resource policies for the specified resources that you own and have shared.
See also: AWS API Documentation
Request Syntax
response = client.get_resource_policies(
resourceArns=[
'string',
],
principal='string',
nextToken='string',
maxResults=123
)
[REQUIRED]
Specifies the Amazon Resource Names (ARNs) of the resources whose policies you want to retrieve.
NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next part of the results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.dict
Response Syntax
{
'policies': [
'string',
],
'nextToken': 'string'
}
Response Structure
(dict) --
policies (list) --
An array of resource policy documents in JSON format.
nextToken (string) --
If present, this value indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the NextToken response element comes back as null . This indicates that this is the last page of results.
Exceptions
RAM.Client.exceptions.MalformedArnExceptionRAM.Client.exceptions.InvalidNextTokenExceptionRAM.Client.exceptions.InvalidParameterExceptionRAM.Client.exceptions.ResourceArnNotFoundExceptionRAM.Client.exceptions.ServerInternalExceptionRAM.Client.exceptions.ServiceUnavailableException