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.ResourceNotFoundException
SSOAdmin.Client.exceptions.InternalServerException
SSOAdmin.Client.exceptions.ThrottlingException
SSOAdmin.Client.exceptions.ValidationException
SSOAdmin.Client.exceptions.AccessDeniedException