delete_permissions_boundary_from_permission_set

SSOAdmin.Client.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'
)
Parameters
  • InstanceArn (string) --

    [REQUIRED]

    The ARN of the IAM Identity Center instance under which the operation will be executed.

  • PermissionSetArn (string) --

    [REQUIRED]

    The ARN of the PermissionSet .

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • SSOAdmin.Client.exceptions.ResourceNotFoundException
  • SSOAdmin.Client.exceptions.InternalServerException
  • SSOAdmin.Client.exceptions.ThrottlingException
  • SSOAdmin.Client.exceptions.ValidationException
  • SSOAdmin.Client.exceptions.AccessDeniedException