delete_permissions_boundary_from_permission_set(**kwargs)¶Deletes the permissions boundary from a specified PermissionSet.
See also: AWS API Documentation
Request Syntax
response = client.delete_permissions_boundary_from_permission_set(
InstanceArn='string',
PermissionSetArn='string'
)
[REQUIRED]
The ARN of the IAM Identity Center instance under which the operation will be executed.
[REQUIRED]
The ARN of the PermissionSet .
dict
Response Syntax
{}
Response Structure
Exceptions
SSOAdmin.Client.exceptions.ResourceNotFoundExceptionSSOAdmin.Client.exceptions.InternalServerExceptionSSOAdmin.Client.exceptions.ThrottlingExceptionSSOAdmin.Client.exceptions.ValidationExceptionSSOAdmin.Client.exceptions.AccessDeniedException