@akamai/openapi-ts
    Preparing search index...

    Type Alias GetLkeClusterAclErrors

    type GetLkeClusterAclErrors = {
        "400": { errors: { field: string; reason: string }[] };
        "404": { errors: { field: string; reason: string }[] };
        default: { errors: { field: string; reason: string }[] };
    }
    Index

    Properties

    Properties

    "400": { errors: { field: string; reason: string }[] }

    If the cluster was not created or updated to enable the ACL feature, this request returns a 400 (Bad Request) error with an appropriate message, such as Cluster does not support Control Plane ACL.

    "404": { errors: { field: string; reason: string }[] }

    If the cluster does not exist, this request returns a 404 (Not Found) error.

    default: { errors: { field: string; reason: string }[] }

    See Errors for the range of possible error response codes.