SSOAdmin / Client / delete_inline_policy_from_permission_set
delete_inline_policy_from_permission_set#
- SSOAdmin.Client.delete_inline_policy_from_permission_set(**kwargs)#
Deletes the inline policy from a specified permission set.
See also: AWS API Documentation
Request Syntax
response = client.delete_inline_policy_from_permission_set( InstanceArn='string', PermissionSetArn='string' )
- Parameters:
InstanceArn (string) –
[REQUIRED]
The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
PermissionSetArn (string) –
[REQUIRED]
The ARN of the permission set that will be used to remove access.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
SSOAdmin.Client.exceptions.ThrottlingException
SSOAdmin.Client.exceptions.InternalServerException
SSOAdmin.Client.exceptions.ResourceNotFoundException
SSOAdmin.Client.exceptions.AccessDeniedException
SSOAdmin.Client.exceptions.ValidationException
SSOAdmin.Client.exceptions.ConflictException