@nebius/js-sdk - v0.1.4
    Preparing search index...

    Indicates that the action cannot be performed because there are insufficient access rights to a resource.

    interface PermissionDenied {
        "[customJson]"?: () => unknown;
        "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>;
        $type: "nebius.common.error.v1alpha1.PermissionDenied";
        resourceId: string;
        [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined;
    }

    Indexable

    • [key: symbol]: Uint8Array<ArrayBufferLike> | (() => unknown) | undefined
    Index

    Properties

    "[customJson]"?: () => unknown
    "[unknownFieldsSymbol]"?: Uint8Array<ArrayBufferLike>
    $type: "nebius.common.error.v1alpha1.PermissionDenied"
    resourceId: string

    ID of the resource that cannot be accessed.