LexModelsV2.Client.
describe_resource_policy
(**kwargs)¶Gets the resource policy and policy revision for a bot or bot alias.
See also: AWS API Documentation
Request Syntax
response = client.describe_resource_policy(
resourceArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
{
'resourceArn': 'string',
'policy': 'string',
'revisionId': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
The JSON structure that contains the resource policy. For more information about the contents of a JSON policy document, see IAM JSON policy reference.
The current revision of the resource policy. Use the revision ID to make sure that you are updating the most current version of a resource policy when you add a policy statement to a resource, delete a resource, or update a resource.
Exceptions
LexModelsV2.Client.exceptions.ResourceNotFoundException
LexModelsV2.Client.exceptions.InternalServerException
LexModelsV2.Client.exceptions.ThrottlingException