SignInService / Client / delete_resource_permission_statement
delete_resource_permission_statement¶
- SignInService.Client.delete_resource_permission_statement(**kwargs)¶
Remove a permission statement from the account’s SignIn resource-based policy
See also: AWS API Documentation
Request Syntax
response = client.delete_resource_permission_statement( statementId='string', clientToken='string' )
- Parameters:
statementId (string) –
[REQUIRED]
Unique identifier of the permission statement to delete
clientToken (string) –
Idempotency token for the request
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Output for DeleteResourcePermissionStatement operation
Exceptions