import * as $dara from '@darabonba/typescript';
export declare class UpdateSmsQualificationResponseBody extends $dara.Model {
    /**
     * @remarks
     * Access denied details. This field is returned only when RAM verification fails.
     *
     * @example
     * 无
     */
    accessDeniedDetail?: string;
    /**
     * @remarks
     * Request status code.
     *
     * * OK indicates that the request was successful.
     * * For other error codes, see the error code list in this section or the product [Error Code List](https://help.aliyun.com/document_detail/101346.html).
     *
     * @example
     * OK
     */
    code?: string;
    /**
     * @remarks
     * Qualification ID.
     *
     * @example
     * 10000****
     */
    data?: string;
    /**
     * @remarks
     * Description of the status code.
     *
     * @example
     * OK
     */
    message?: string;
    /**
     * @remarks
     * The ID of this call request. It is a unique identifier generated by Alibaba Cloud for this request and can be used to troubleshoot and locate issues.
     *
     * @example
     * 25D5AFDE-8EBC-132E-8909-1FDC071DA
     */
    requestId?: string;
    /**
     * @remarks
     * Whether the API call was successful. Valid values:
     *
     * - **true**: The call was successful.
     *
     * - **false**: The call failed.
     *
     * @example
     * true
     */
    success?: boolean;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
