Glacier2.PermissionDeniedException

class Glacier2.PermissionDeniedException(reason: str = '')

Bases: UserException

The exception that is thrown when a client is not allowed to create a session.

Parameters:

reason (str)

reason

The reason why permission was denied.

Type:

str

Notes

The Slice compiler generated this exception dataclass from Slice exception ::Glacier2::PermissionDeniedException.