/** * Error thrown when updating parameters fails. */ export declare class UpdateParametersError extends Error { /** * Gets the names of parameters that couldn't be updated. */ readonly parameterNames: string[]; /** * Initializes a new instance of the class. * @param parameterNames The names of parameters that couldn't be updated. */ constructor( /** * Gets the names of parameters that couldn't be updated. */ parameterNames: string[]); } //# sourceMappingURL=UpdateParametersError.d.ts.map