DeleteUserPermissionsBoundary
Deletes the permissions boundary for the specified IAM user.
Deleting the permissions boundary for a user might increase its permissions by allowing the user to perform all the actions granted in its permissions policies.
Permissions
Action | Description | Resource |
---|---|---|
DeleteUserPermissionsBoundary | Grants permission to remove the permissions boundary from the specified IAM user | user |
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
UserName
The email of the IAM user from which you want to remove the permissions boundary.
Type: String
Pattern: [\w+=,.@-]+
Required: Yes
Errors
NoSuchEntity
The request was rejected because it referenced a resource entity that does not exist. The error message describes the resource.
HTTP Status Code: 404
ServiceFailure
The request processing has failed because of an unknown error, exception or failure.
HTTP Status Code: 500
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: